1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

Fix typo: #weecht -> #weechat

This commit is contained in:
Sebastien Helleu
2011-02-17 15:07:14 +01:00
parent 65a609e33e
commit 6c90707485
14 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -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);