1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

irc: allow to send text on buffers with commands /allchan, /allpv and /allserv

This commit is contained in:
Sébastien Helleu
2020-07-20 22:39:28 +02:00
parent ee3a4a1fc0
commit 84e30438d4
23 changed files with 499 additions and 451 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ alias_command_init ()
" /alias add split /window splith\n"
" alias /hello to say \"hello\" on all channels but not on "
"#weechat:\n"
" /alias add hello /allchan -exclude=#weechat msg * hello\n"
" /alias add hello /allchan -exclude=#weechat hello\n"
" alias /forcejoin to send IRC command \"forcejoin\" with "
"completion of /sajoin:\n"
" /alias addcompletion %%sajoin forcejoin /quote forcejoin"),