summaryrefslogtreecommitdiff
path: root/src/irc/irc-commands.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-07-09 21:35:13 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-07-09 21:35:13 +0000
commit70331a15b5c6f310a43107a0eefb44148141fbb0 (patch)
tree86fd12e67d446f3441014bd77ce076a667d5d036 /src/irc/irc-commands.c
parent6cf207f23a28f6056850822f6bb83201b9be15a9 (diff)
downloadweechat-70331a15b5c6f310a43107a0eefb44148141fbb0.zip
Added "-delete" argument for /topic completion
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 87b0df128..7ebd1921f 100644
--- a/src/irc/irc-commands.c
+++ b/src/irc/irc-commands.c
@@ -258,7 +258,7 @@ t_irc_command irc_commands[] =
N_("[channel] [topic]"),
N_("channel: channel name\ntopic: new topic for channel "
"(if topic is \"-delete\" then topic is deleted)"),
- "%t", 0, MAX_ARGS, 1, 1, NULL, irc_cmd_send_topic, irc_cmd_recv_topic },
+ "%t|-delete", 0, MAX_ARGS, 1, 1, NULL, irc_cmd_send_topic, irc_cmd_recv_topic },
{ "trace", N_("find the route to specific server"),
N_("[target]"),
N_("target: server"),