Home
last modified time | relevance | path

Searched defs:irc (Results 26 – 50 of 793) sorted by relevance

12345678910>>...32

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Ctcp/
H A Dplugin.py48 def __init__(self, irc): argument
58 def callCommand(self, command, irc, msg, *args, **kwargs): argument
78 def _reply(self, irc, msg, s): argument
82 def ctcpPing(self, irc, msg, match): argument
91 def ctcpVersion(self, irc, msg, match): argument
96 def ctcpUserinfo(self, irc, msg, match): argument
101 def ctcpTime(self, irc, msg, match): argument
106 def ctcpFinger(self, irc, msg, match): argument
112 def ctcpSource(self, irc, msg, match): argument
118 def doNotice(self, irc, msg): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Format/
H A Dplugin.py44 def bold(self, irc, msg, args, text): argument
60 def reverse(self, irc, msg, args, text): argument
69 def underline(self, irc, msg, args, text): argument
88 def join(self, irc, msg, args, sep): argument
120 def upper(self, irc, msg, args, text): argument
129 def lower(self, irc, msg, args, text): argument
138 def capitalize(self, irc, msg, args, text): argument
147 def title(self, irc, msg, args, text): argument
156 def repr(self, irc, msg, args, text): argument
176 def cut(self, irc, msg, args, size, text): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Topic/
H A Dplugin.py53 def canChangeTopic(irc, msg, args, state): argument
81 def getTopicNumber(irc, msg, args, state): argument
124 def __init__(self, irc): argument
255 def doJoin(self, irc, msg): argument
260 def do315(self, irc, msg): argument
280 def do332(self, irc, msg): argument
287 def topic(self, irc, msg, args, channel): argument
388 def list(self, irc, msg, args, channel): argument
467 def lock(self, irc, msg, args, channel): argument
529 def undo(self, irc, msg, args, channel): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Config/
H A Dplugin.py66 def getCapability(irc, name): argument
121 def getConfigVar(irc, msg, args, state): argument
135 def getSettableConfigVar(irc, msg, args, state): argument
151 def _list(self, irc, group): argument
166 def list(self, irc, msg, args, group): argument
184 def search(self, irc, msg, args, word): argument
220 def _setValue(self, irc, msg, group, value): argument
284 def help(self, irc, msg, args, group): argument
316 def default(self, irc, msg, args, group): argument
326 def reload(self, irc, msg, args): argument
[all …]
/dports/irc/pear-Net_SmartIRC/Net_SmartIRC-1.1.14/docs/examples/
H A Dexample3.php32 private $irc; variable in MyBot
35 public function __construct($irc)
46 public function op_list($irc, $data)
61 $irc = new Net_SmartIRC(array( variable
H A Dexample4.php32 private $irc; variable in MyBot
35 public function __construct($irc)
46 public function realname_check($irc, $data)
67 $irc = new Net_SmartIRC(array( variable
H A Dexample5.php32 private $irc; variable in MyBot
35 public function __construct($irc)
46 public function kick($irc, $data)
60 $irc = new Net_SmartIRC(array( variable
H A Dexample7.php33 private $irc; variable in MyBot
37 public function __construct($irc)
66 public function saytime_once($irc)
74 $irc = new Net_SmartIRC(array( variable
H A Dexample.php37 private $irc; variable in Net_SmartIRC_module_MyBot
40 public function __construct($irc)
58 public function query_test($irc, $data)
66 $irc = new Net_SmartIRC(array( variable
/dports/irc/bitlbee/bitlbee-3.6/
H A Droot_commands.c49 void root_command(irc_t *irc, char *cmd[]) in root_command()
77 static void cmd_help(irc_t *irc, char **cmd) in cmd_help()
208 irc_t *irc = data; in cmd_identify_finish() local
264 static void cmd_drop(irc_t *irc, char **cmd) in cmd_drop()
292 static void cmd_save(irc_t *irc, char **cmd) in cmd_save()
685 static void cmd_add(irc_t *irc, char **cmd) in cmd_add()
785 static void cmd_info(irc_t *irc, char **cmd) in cmd_info()
855 irc_t *irc = set->data; in set_eval_root_nick() local
1027 static void cmd_set(irc_t *irc, char **cmd) in cmd_set()
1415 irc_t *irc = ic->bee->ui_data; in cmd_chat_list_finish() local
[all …]
H A Dotr.c286 gboolean otr_irc_new(irc_t *irc) in otr_irc_new()
312 void otr_irc_free(irc_t *irc) in otr_irc_free()
343 void otr_load(irc_t *irc) in otr_load()
384 void otr_save(irc_t *irc) in otr_save()
427 irc_t *irc = a->bee->ui_data; in otr_check_for_key() local
455 irc_t *irc = iu->irc; in otr_filter_msg_in() local
489 irc_t *irc = iu->irc; in otr_filter_msg_out() local
572 irc_t *irc = ic->bee->ui_data; in op_policy() local
603 irc_t *irc = ic->bee->ui_data; in op_create_privkey() local
632 irc_t *irc = ic->bee->ui_data; in op_inject_message() local
[all …]
H A Dquery.c32 query_t *query_add(irc_t *irc, struct im_connection *ic, char *question, in query_add()
75 void query_del(irc_t *irc, query_t *q) in query_del()
101 void query_del_by_conn(irc_t *irc, struct im_connection *ic) in query_del_by_conn()
135 void query_answer(irc_t *irc, query_t *q, int ans) in query_answer()
171 static void query_display(irc_t *irc, query_t *q) in query_display()
184 static query_t *query_default(irc_t *irc) in query_default()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Debug/
H A Dplugin.py69 def checkAllowShell(irc): argument
79 def __init__(self, irc): argument
96 def eval(self, irc, msg, args, s): argument
115 def _exec(self, irc, msg, args, s): argument
125 def simpleeval(self, irc, msg, args, text): argument
137 def exn(self, irc, msg, args, name): argument
150 def sendquote(self, irc, msg, args, text): argument
159 def settrace(self, irc, msg, args, filename): argument
174 def unsettrace(self, irc, msg, args): argument
192 def collect(self, irc, msg, args, times): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Unix/
H A Dplugin.py54 def checkAllowShell(irc): argument
84 def errno(self, irc, msg, args, s): argument
105 def progstats(self, irc, msg, args): argument
113 def pid(self, irc, msg, args): argument
142 def spell(self, irc, msg, args, word): argument
205 def fortune(self, irc, msg, args): argument
247 def wtf(self, irc, msg, args, foo, something): argument
343 def sysuptime(self, irc, msg, args): argument
372 def sysuname(self, irc, msg, args): argument
401 def call(self, irc, msg, args, text): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Protector/
H A Dplugin.py41 def isImmune(self, irc, msg): argument
53 def isOp(self, irc, channel, hostmask): argument
63 def isProtected(self, irc, channel, hostmask): argument
73 def demote(self, irc, channel, nick): argument
76 def __call__(self, irc, msg): argument
99 def doMode(self, irc, msg): argument
136 def doKick(self, irc, msg): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Filter/
H A Dplugin.py59 def __init__(self, irc): argument
64 def outFilter(self, irc, msg): argument
112 def hebrew(self, irc, msg, args, text): argument
126 def squish(self, irc, msg, args, text): argument
135 def undup(self, irc, msg, args, text): argument
148 def binary(self, irc, msg, args, text): argument
223 def rot13(self, irc, msg, args, text): argument
244 def leet(self, irc, msg, args, text): argument
362 def morse(self, irc, msg, args, text): argument
433 def aol(self, irc, msg, args, text): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Conditional/
H A Dplugin.py61 def __init__(self, irc): argument
89 def cand(self, irc, msg, args, conds): argument
101 def cor(self, irc, msg, args, conds): argument
113 def cxor(self, irc, msg, args, conds): argument
125 def ceq(self, irc, msg, args, item1, item2): argument
138 def ne(self, irc, msg, args, item1, item2): argument
151 def gt(self, irc, msg, args, item1, item2): argument
164 def ge(self, irc, msg, args, item1, item2): argument
177 def lt(self, irc, msg, args, item1, item2): argument
190 def le(self, irc, msg, args, item1, item2): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Network/
H A Dplugin.py158 def cmdall(self, irc, msg, args, commandAndArgs): argument
171 def do311(self, irc, msg): argument
190 def do318(self, irc, msg): argument
204 def do402(self, irc, msg): argument
221 def whois(self, irc, msg, args, otherIrc, nick): argument
237 def whowas(self, irc, msg, args, otherIrc, nick): argument
253 def networks(self, irc, msg, args, opts): argument
270 def doPong(self, irc, msg): argument
277 def latency(self, irc, msg, args, otherIrc): argument
291 def driver(self, irc, msg, args, otherIrc): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/MessageParser/
H A Dplugin.py77 def __init__(self, irc): argument
130 def _runCommandFunction(self, irc, msg, command): argument
138 def _checkManageCapabilities(self, irc, msg, channel): argument
155 def do_privmsg_notice(self, irc, msg): argument
190 def doPrivmsg(self, irc, msg): argument
194 def doNotice(self, irc, msg): argument
277 def lock(self, irc, msg, args, channel, regexp): argument
300 def unlock(self, irc, msg, args, channel, regexp): argument
391 def list(self, irc, msg, args, channel): argument
414 def rank(self, irc, msg, args, channel): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/User/
H A Dplugin.py48 def _checkNotChannel(self, irc, msg, password=' '): argument
53 def list(self, irc, msg, args, optlist, glob): argument
102 def register(self, irc, msg, args, name, password): argument
144 def unregister(self, irc, msg, args, user, password): argument
245 def username(self, irc, msg, args, hostmask): argument
265 def hostmask(self, irc, msg, args, nick): argument
277 def list(self, irc, msg, args, name): argument
417 def capabilities(self, irc, msg, args, user): argument
459 def unidentify(self, irc, msg, args, user): argument
477 def whoami(self, irc, msg, args): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Utilities/
H A Dplugin.py46 def ignore(self, irc, msg, args): argument
57 def success(self, irc, msg, args, text): argument
70 def last(self, irc, msg, args): argument
84 def echo(self, irc, msg, args, text): argument
97 def shuffle(self, irc, msg, args, things): argument
107 def sort(self, irc, msg, args, things): argument
118 def sample(self, irc, msg, args, num, things): argument
131 def countargs(self, irc, msg, args, things): argument
140 def apply(self, irc, msg, args, command, rest): argument
154 def let(self, irc, msg, args, var_name, _, value, __, command): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Herald/
H A Dplugin.py60 def __init__(self, irc): argument
76 def doQuit(self, irc, msg): argument
87 def doJoin(self, irc, msg): argument
125 def doPart(self, irc, msg): argument
132 def _getId(self, irc, userNickHostmask): argument
144 def default(self, irc, msg, args, channel, optlist, text): argument
171 def get(self, irc, msg, args, channel, user): argument
186 def _preCheck(self, irc, msg, user): argument
202 def add(self, irc, msg, args, channel, user, herald): argument
215 def remove(self, irc, msg, args, channel, user): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/String/
H A Dplugin.py53 def ord(self, irc, msg, args, letter): argument
62 def chr(self, irc, msg, args, i): argument
74 def encode(self, irc, msg, args, encoding, text): argument
112 def decode(self, irc, msg, args, encoding, text): argument
156 def levenshtein(self, irc, msg, args, s1, s2): argument
171 def soundex(self, irc, msg, args, text, length): argument
185 def len(self, irc, msg, args, text): argument
194 def re(self, irc, msg, args, f, text): argument
219 def xor(self, irc, msg, args, password, text): argument
230 def md5(self, irc, msg, args, text): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Seen/
H A Dplugin.py100 def __init__(self, irc): argument
122 def __call__(self, irc, msg): argument
125 def doPrivmsg(self, irc, msg): argument
140 def doPart(self, irc, msg): argument
152 def doQuit(self, irc, msg): argument
164 def doMode(self, irc, msg): argument
178 def _seen(self, irc, channel, name, any=False): argument
228 def seen(self, irc, msg, args, channel, name): argument
271 def _last(self, irc, channel, any=False): argument
287 def last(self, irc, msg, args, channel): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Scheduler/
H A Dplugin.py52 def __init__(self, irc): argument
59 def _restoreEvents(self, irc): argument
113 def _makeCommandFunction(self, irc, msg, command, remove=True): argument
122 def _add(self, irc, msg, t, command, name=None): argument
133 def add(self, irc, msg, args, seconds, command): argument
148 def remove(self, irc, msg, args, id): argument
168 def _repeat(self, irc, msg, name, seconds, command, now=True): argument
178 def repeat(self, irc, msg, args, name, seconds, command): argument
197 def list(self, irc, msg, args): argument

12345678910>>...32