diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-24 22:20:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-12-24 22:20:12 +0100 |
commit | 08d22a948f443f9157e9852ac8b602e68ed17711 (patch) | |
tree | c6f28ae43c64c3da50195249e1eef461022fbdf2 | |
parent | 0d6a1d152018d0a308fc5960f574dd20a10c111b (diff) | |
download | weechat-08d22a948f443f9157e9852ac8b602e68ed17711.zip |
irc: fix typo
-rw-r--r-- | src/plugins/irc/irc-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 9609f98b3..bb76d7216 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -4696,7 +4696,7 @@ irc_command_display_server (struct t_irc_server *server, int with_detail) (IRC_SERVER_OPTION_BOOLEAN(server, IRC_SERVER_OPTION_NICKS_ALTERNATE)) ? _("on") : _("off")); else - weechat_printf (NULL, " nicksalternate . . . : %s%s", + weechat_printf (NULL, " nicks_alternate. . . : %s%s", IRC_COLOR_CHAT_VALUE, (weechat_config_boolean (server->options[IRC_SERVER_OPTION_NICKS_ALTERNATE])) ? _("on") : _("off")); |