1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-21 03:14:16 -04:00

Improved the UNACT example ALIAS

Improved the UNACT example ALIAS
This commit is contained in:
Geert Hauwaerts 2014-07-06 22:36:13 +02:00
parent bea5cb6d02
commit 19b636e2a2

View File

@ -26,7 +26,7 @@
/ALIAS J JOIN
/ALIAS COMEBACK SAY I was hoping for a battle of wits, but you seem to be unarmed.
/ALIAS -COMEBACK
/ALIAS UNACT SCRIPT EXEC foreach $$w (Irssi::windows()) { Irssi::command("window goto $$w->{refnum}")\;}; WINDOW GOTO $winref
/ALIAS UNACT SCRIPT EXEC \$_->activity(0) for Irssi::windows
/ALIAS QOP ^MSG Q op $C
%9See also:%9 BIND, UNALIAS