mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 00:03:12 +02:00
irc: remove server in "903" and "904" command callbacks examples
This commit is contained in:
@@ -6894,7 +6894,7 @@ IRC_PROTOCOL_CALLBACK(901)
|
||||
* Callback for the IRC commands "903" and "907" (SASL OK).
|
||||
*
|
||||
* Commands look like:
|
||||
* :server 903 nick :SASL authentication successful
|
||||
* 903 nick :SASL authentication successful
|
||||
*/
|
||||
|
||||
IRC_PROTOCOL_CALLBACK(sasl_end_ok)
|
||||
@@ -6922,7 +6922,7 @@ IRC_PROTOCOL_CALLBACK(sasl_end_ok)
|
||||
* Callback for the IRC commands "902", "904", "905", "906" (SASL failed).
|
||||
*
|
||||
* Commands look like:
|
||||
* :server 904 nick :SASL authentication failed
|
||||
* 904 nick :SASL authentication failed
|
||||
*/
|
||||
|
||||
IRC_PROTOCOL_CALLBACK(sasl_end_fail)
|
||||
|
||||
Reference in New Issue
Block a user