summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-08-05 20:10:10 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-08-05 20:10:10 +0000
commit83610535765a4a6abdaaf1d6165f24228c3fbb47 (patch)
tree2332e96280a61f06a2e4d7f7b22fac39b7eb77d3 /src/irc/irc-commands.c
parent70d6af7a0ede5eddcb17a0d1a3b29422238510d1 (diff)
downloadweechat-83610535765a4a6abdaaf1d6165f24228c3fbb47.zip
Fixed typo
Diffstat (limited to 'src/irc/irc-commands.c')
-rw-r--r--src/irc/irc-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/irc-commands.c b/src/irc/irc-commands.c
index fc9a7feca..be153aafa 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -358,7 +358,7 @@ t_irc_command irc_commands[] =
NULL, 2, 0, MAX_ARGS, 1, NULL, NULL, irc_cmd_recv_332 },
{ "333", N_("infos about topic (nick and date changed)"), "", "",
NULL, 0, 0, 0, 1, NULL, NULL, irc_cmd_recv_333 },
- { "338", N_("whois (host))"), "", "",
+ { "338", N_("whois (host)"), "", "",
NULL, 0, 0, 0, 1, NULL, NULL, irc_cmd_recv_338 },
{ "341", N_("inviting"), "", "",
NULL, 0, 0, 0, 1, NULL, NULL, irc_cmd_recv_341 },