diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-14 19:49:22 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-05-14 19:49:22 +0200 |
commit | 3083d6ede3b729cfb426cee9a9f3f9e9aab77eb7 (patch) | |
tree | 7d6e89f43cf6d4bc463b250f36cd68a3ef2c6676 /src/plugins/irc/irc-command.c | |
parent | 2097da95f3b615f134b1ff71dfa2de51c75c4f22 (diff) | |
download | weechat-3083d6ede3b729cfb426cee9a9f3f9e9aab77eb7.zip |
irc: fix typo in /help links
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-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 dea754886..41e0188fb 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -4881,7 +4881,7 @@ irc_command_init () weechat_hook_command ("links", N_("list all servernames which are known by the " "server answering the query"), - N_("[[<server>>] <server_mask>]"), + N_("[[<server>] <server_mask>]"), N_(" server: this server should answer the " "query\n" "server_mask: list of servers must match this " |