mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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
@ -291,7 +291,7 @@ timeout_add(msecs, func, data)
|
|||||||
parameter `data'. Returns tag which can be used to stop the timeout.
|
parameter `data'. Returns tag which can be used to stop the timeout.
|
||||||
|
|
||||||
timeout_add_once(msecs, func, data);
|
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.
|
with parameter `data'. Returns tag which can be used to stop the timeout.
|
||||||
|
|
||||||
timeout_remove(tag)
|
timeout_remove(tag)
|
||||||
@ -349,7 +349,7 @@ command_runsub(cmd, data, server, item)
|
|||||||
with command_bind("`cmd' `subcmd'", subcmdfunc[, category]);
|
with command_bind("`cmd' `subcmd'", subcmdfunc[, category]);
|
||||||
|
|
||||||
command_unbind(cmd, func)
|
command_unbind(cmd, func)
|
||||||
Unbind command `cmd' from function 'func.
|
Unbind command `cmd' from function `func'.
|
||||||
|
|
||||||
command_set_options(cmd, data)
|
command_set_options(cmd, data)
|
||||||
Set options for command `cmd' to `data'. `data' is a string of
|
Set options for command `cmd' to `data'. `data' is a string of
|
||||||
|
Loading…
Reference in New Issue
Block a user