summaryrefslogtreecommitdiff
path: root/docs/perl.txt
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2002-02-25 14:50:49 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2002-02-25 14:50:49 +0000
commitd00137cd2bad2b6ddd35432809cafba981f261e2 (patch)
treee6051a9c2ebd58230ea61d7def50abf175987cdb /docs/perl.txt
parentaff83afc2fa1e22f535f40294d52f42dcb3733ee (diff)
downloadirssi-d00137cd2bad2b6ddd35432809cafba981f261e2.zip
command() fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2528 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/perl.txt')
-rw-r--r--docs/perl.txt6
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