Difference between revisions of "Quit"

From Scriptwiki
Jump to: navigation, search
m
m
Line 9: Line 9:
 
* [[Disconnect|/disconnect]] to force a disconnect.
 
* [[Disconnect|/disconnect]] to force a disconnect.
 
* [[Server|/server]] to connect to a server.
 
* [[Server|/server]] to connect to a server.
* [On quit|On quit event]]
+
* [[On quit|On quit event]]
  
 
[[Category:Basic IRC commands]]
 
[[Category:Basic IRC commands]]

Revision as of 09:08, 2 July 2007

Disconnects you from IRC and will give the optional message as the reason for your departure. (this message only appears to people who are on the same channels as you).

/QUIT [reason]

This commands sends a quit message to the server and waits until the server disconnects you.

Note that the reason will only be shown if chanmode +u isn't set.

See Also