diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 22:36:13 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2014-07-06 22:36:13 +0200 |
commit | 19b636e2a279f9226087741ebaeb6fb22ae5affb (patch) | |
tree | 17984d4db81f692e7d008c74e63c536393a2ff15 /docs | |
parent | bea5cb6d0264d70019b23e7c8941b2160d253bfc (diff) | |
download | irssi-19b636e2a279f9226087741ebaeb6fb22ae5affb.zip |
Improved the UNACT example ALIAS
Improved the UNACT example ALIAS
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/alias.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/alias.in b/docs/help/in/alias.in index a219f889..e57ad194 100644 --- a/docs/help/in/alias.in +++ b/docs/help/in/alias.in @@ -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 |