summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 22:36:13 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-06 22:36:13 +0200
commit19b636e2a279f9226087741ebaeb6fb22ae5affb (patch)
tree17984d4db81f692e7d008c74e63c536393a2ff15
parentbea5cb6d0264d70019b23e7c8941b2160d253bfc (diff)
downloadirssi-19b636e2a279f9226087741ebaeb6fb22ae5affb.zip
Improved the UNACT example ALIAS
Improved the UNACT example ALIAS
-rw-r--r--docs/help/in/alias.in2
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