Applied grammar and styling corrections

Applied grammar and styling corrections.
This commit is contained in:
Geert Hauwaerts 2014-08-07 22:00:40 +02:00
commit 71ab0fbda6
56 changed files with 112 additions and 129 deletions

View file

@ -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