Home
last modified time | relevance | path

Searched refs:TC_KVS_REGCMD (Results 1 – 1 of 1) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/torrent/
H A Dlibkvitorrent.cpp833 #define TC_KVS_REGCMD(__name, __stringname) KVSM_REGISTER_SIMPLE_COMMAND(m, __stringname, torrent_k… in torrent_module_init() macro
836 TC_KVS_REGCMD(detect, "detect"); in torrent_module_init()
837 TC_KVS_REGCMD(setClient, "setClient"); in torrent_module_init()
838 TC_KVS_REGCMD(start, "start") in torrent_module_init()
839 TC_KVS_REGCMD(stop, "stop") in torrent_module_init()
840 TC_KVS_REGCMD(announce, "announce") in torrent_module_init()
841 TC_KVS_REGCMD(startAll, "startAll") in torrent_module_init()
842 TC_KVS_REGCMD(stopAll, "stopAll") in torrent_module_init()
843 TC_KVS_REGCMD(setMaxUploadSpeed, "setMaxUploadSpeed") in torrent_module_init()
844 TC_KVS_REGCMD(setMaxDownloadSpeed, "setMaxDownloadSpeed") in torrent_module_init()
[all …]