diff options
author | Max Teufel <max@teufelsnetz.com> | 2015-03-07 15:16:34 +0100 |
---|---|---|
committer | Max Teufel <max@teufelsnetz.com> | 2015-03-07 15:46:02 +0100 |
commit | c591404b40872c7e48166e1d687c833813fbf90d (patch) | |
tree | 869c783851177cc884b73143bec53070ebed0f66 /src/plugins | |
parent | e00d7f2bfd628f77d59f6aa73a485bf2a8786725 (diff) | |
download | weechat-c591404b40872c7e48166e1d687c833813fbf90d.zip |
irc: protocol: fix minor typo in an example
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/irc/irc-protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index c78b036df..7f7cd7fa9 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -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) |