mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Fix punctuation.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4897 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f0647439a9
commit
e39a087979
1 changed files with 2 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ timeout_add(msecs, func, data)
|
|||
parameter `data'. Returns tag which can be used to stop the timeout.
|
||||
|
||||
timeout_add_once(msecs, func, data);
|
||||
Call 'func' once after `msecs' milliseconds (1000 = 1 second)
|
||||
Call `func' once after `msecs' milliseconds (1000 = 1 second)
|
||||
with parameter `data'. Returns tag which can be used to stop the timeout.
|
||||
|
||||
timeout_remove(tag)
|
||||
|
|
@ -349,7 +349,7 @@ command_runsub(cmd, data, server, item)
|
|||
with command_bind("`cmd' `subcmd'", subcmdfunc[, category]);
|
||||
|
||||
command_unbind(cmd, func)
|
||||
Unbind command `cmd' from function 'func.
|
||||
Unbind command `cmd' from function `func'.
|
||||
|
||||
command_set_options(cmd, data)
|
||||
Set options for command `cmd' to `data'. `data' is a string of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue