mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue