diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-27 22:51:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-27 22:51:15 +0100 |
commit | 349251feb1da175eab3ae4468b7a9fe4b73a7851 (patch) | |
tree | 2d063bfe6e5985365b0aa4a02c025f187474d71f /src/plugins/irc/irc-protocol.c | |
parent | 0834286843ef869c5a1adbb322666609ea7e2820 (diff) | |
download | weechat-349251feb1da175eab3ae4468b7a9fe4b73a7851.zip |
irc: fix typo in description of message 001
Diffstat (limited to 'src/plugins/irc/irc-protocol.c')
-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 378360710..0907f9058 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -2808,7 +2808,7 @@ IRC_PROTOCOL_CALLBACK(wallops) } /* - * Callback for the IRC message "001": connected to irc server. + * Callback for the IRC message "001": connected to IRC server. * * Message looks like: * :server 001 mynick :Welcome to the dancer-ircd Network |