mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Improved the UNACT example ALIAS
Improved the UNACT example ALIAS
This commit is contained in:
parent
bea5cb6d02
commit
19b636e2a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user