summaryrefslogtreecommitdiff
path: root/docs/help/in/script.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/help/in/script.in')
-rw-r--r--docs/help/in/script.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/in/script.in b/docs/help/in/script.in
index e99dd9ba..6e94ef7f 100644
--- a/docs/help/in/script.in
+++ b/docs/help/in/script.in
@@ -26,7 +26,7 @@
/SCRIPT LOAD ~/.irssi/scripts/nickserv.pl
/SCRIPT UNLOAD nickserv
/SCRIPT RESET
- /SCRIPT EXEC foreach my $channel (Irssi::channels()) { Irssi::print($channel->{name} . " @ " . $channel->{server}->{tag}); }
+ /SCRIPT EXEC foreach my $channel (Irssi::channels()) { Irssi::print($channel->{name} . ' @ ' . $channel->{server}->{tag}); }
%9See also:%9 LOAD, SAVE, UNLOAD