mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Applied grammar and styling corrections
Applied grammar and styling corrections.
This commit is contained in:
parent
f0aa2d2049
commit
71ab0fbda6
56 changed files with 112 additions and 129 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue