diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-10 18:40:13 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-17 21:28:31 +0200 |
commit | 5458382bb8969698230b5091fe3e2d3b60ba6637 (patch) | |
tree | b2534291ff0f9e0a4a77cd58bc63e1667112f464 /src/plugins | |
parent | 849105ebd6fedf5986b78ed4a5fc3abb4577f3b4 (diff) | |
download | weechat-5458382bb8969698230b5091fe3e2d3b60ba6637.zip |
irc: fix typo in a comment
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 c681e6f80..7d5a09a3b 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -1481,7 +1481,7 @@ IRC_PROTOCOL_CALLBACK(join) weechat_config_boolean (irc_config_look_display_host_join); /* - * "smart" filter the join message is it's not a join from myself, if + * "smart" filter the join message if it's not a join from myself, if * smart filtering is enabled, and if nick was not speaking in channel */ smart_filter = (!local_join |