diff options
author | Timo Sirainen <cras@irssi.org> | 2002-02-25 14:50:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-02-25 14:50:49 +0000 |
commit | d00137cd2bad2b6ddd35432809cafba981f261e2 (patch) | |
tree | e6051a9c2ebd58230ea61d7def50abf175987cdb /docs | |
parent | aff83afc2fa1e22f535f40294d52f42dcb3733ee (diff) | |
download | irssi-d00137cd2bad2b6ddd35432809cafba981f261e2.zip |
command() fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2528 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs')
-rw-r--r-- | docs/perl.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 69f694cf..23ecfbed 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -200,11 +200,7 @@ command(cmd) Server::command(cmd) Window::command(cmd) Windowitem::command(cmd) - Send a command `cmd' (in current channel). This will work just as if you - had typed `cmd' in command line, so you'll need to use /COMMANDS or the - text will be sent to the channel. - - Just like above, except different calling method. + Send a command `cmd' (in current channel). The '/' char isn't needed. *** Themes |