1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

command() fixes

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2528 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-02-25 14:50:49 +00:00 committed by cras
parent aff83afc2f
commit d00137cd2b

View File

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