diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-17 15:07:14 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-02-17 15:07:14 +0100 |
commit | 6c90707485d0eae5a91f43bbde7aaa8131c69434 (patch) | |
tree | 08a80ec7c0b16f8764beed1fe4514b1132272e91 /src/plugins/irc | |
parent | 65a609e33eca48ba98754a21cf3163f013f40c79 (diff) | |
download | weechat-6c90707485d0eae5a91f43bbde7aaa8131c69434.zip |
Fix typo: #weecht -> #weechat
Diffstat (limited to 'src/plugins/irc')
-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 c6544a9f7..6b1d3c64c 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -4916,7 +4916,7 @@ irc_command_init () "possible modes.\n\n" "Examples:\n" " protect topic on channel #weechat:\n" - " /mode #weecht +t\n" + " /mode #weechat +t\n" " become invisible on server:\n" " /mode nick +i"), "%(irc_channel)|%(irc_server_nick)", &irc_command_mode, NULL); |