diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-11 00:46:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-10-17 21:28:31 +0200 |
commit | 5a5c2cbd1ab0515440809f8f527afd79e9c610ab (patch) | |
tree | da0278fe5673a1b16078b43e7293130763d6ef48 /src/plugins/irc/irc-protocol.h | |
parent | 2bd3681eefd1b5898c56e1a72b25e148f846a9f3 (diff) | |
download | weechat-5a5c2cbd1ab0515440809f8f527afd79e9c610ab.zip |
irc: rename macro IRC_PROTOCOL_CHECK_HOST to IRC_PROTOCOL_CHECK_PREFIX
Diffstat (limited to 'src/plugins/irc/irc-protocol.h')
-rw-r--r-- | src/plugins/irc/irc-protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h index b7327dfa1..c6ebba837 100644 --- a/src/plugins/irc/irc-protocol.h +++ b/src/plugins/irc/irc-protocol.h @@ -92,7 +92,7 @@ return WEECHAT_RC_ERROR; \ } -#define IRC_PROTOCOL_CHECK_HOST \ +#define IRC_PROTOCOL_CHECK_PREFIX \ if (argv[0][0] != ':') \ { \ weechat_printf (server->buffer, \ |