1
0
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:
Sébastien Helleu
2021-10-16 20:15:52 +02:00
parent a73e9eb8ca
commit 2ca37a9128
+2 -2
View File
@@ -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)