forked from PsychoticNinja/irssi
command() fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2528 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
aff83afc2f
commit
d00137cd2b
@ -200,11 +200,7 @@ command(cmd)
|
|||||||
Server::command(cmd)
|
Server::command(cmd)
|
||||||
Window::command(cmd)
|
Window::command(cmd)
|
||||||
Windowitem::command(cmd)
|
Windowitem::command(cmd)
|
||||||
Send a command `cmd' (in current channel). This will work just as if you
|
Send a command `cmd' (in current channel). The '/' char isn't needed.
|
||||||
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.
|
|
||||||
|
|
||||||
|
|
||||||
*** Themes
|
*** Themes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user