Modules/SebasIRC/ircDisconnect: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				ThePiotrek (talk | contribs)  mNo edit summary  | 
				||
| Line 21: | Line 21: | ||
-- Example here  | -- Example here  | ||
</syntaxhighlight>  | </syntaxhighlight>  | ||
[[pl:Modules/SebasIRC/ircDisconnect]]  | |||
==See also==  | ==See also==  | ||
{{Modules/SebasIRC/Functions}}  | {{Modules/SebasIRC/Functions}}  | ||
Latest revision as of 16:25, 21 July 2016
| This function is provided by the external module SebasIRC. You must install this module to use this function. | |
This function disconnects the server from the IRC server it's connected to.
Syntax
bool ircDisconnect( [ string reason = "MTABot" ] )
Optional Arguments
NOTE: When using optional arguments, you might need to supply all arguments before the one you wish to use. For more information on optional arguments, see optional arguments.
- reason : The quit reason.
 
Returns
Returns true if successfully disconnected from the server, false otherwise.
Example
-- Example here
See also
Connection:
Channel:
- ircJoin
 - ircPart
 - ircSay
 - ircNotice
 - ircInvite
 - ircSetChannelMode
 - ircGetChannelModes
 - ircSetChannelTopic
 - ircGetChannelTopic