1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

irc: protocol: fix minor typo in an example

This commit is contained in:
Max Teufel
2015-03-07 15:16:34 +01:00
parent e00d7f2bfd
commit c591404b40
+1 -1
View File
@@ -652,7 +652,7 @@ IRC_PROTOCOL_CALLBACK(invite)
*
* With extended-join capability:
* :nick!user@host JOIN :#channel * :real name
* *nick!user@host JOIN :#channel account :real name
* :nick!user@host JOIN :#channel account :real name
*/
IRC_PROTOCOL_CALLBACK(join)