Home
last modified time | relevance | path

Searched defs:irc (Results 76 – 100 of 793) sorted by relevance

12345678910>>...32

/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Alias/
H A Dplugin.py46 def getChannel(irc, msg, args): argument
173 def f(self, irc, msg, args): argument
240 def __init__(self, irc): argument
334 def lock(self, irc, msg, args, name): argument
347 def unlock(self, irc, msg, args, name): argument
359 def addAlias(self, irc, name, alias, lock=False): argument
403 def add(self, irc, msg, args, name, alias): argument
426 def remove(self, irc, msg, args, name): argument
440 def list(self, irc, msg, args, optlist): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Karma/
H A Dplugin.py48 def checkAllowShell(irc): argument
230 def __init__(self, irc): argument
245 def _respond(self, irc, channel, thing, karma): argument
252 def _doKarma(self, irc, msg, channel, thing): argument
285 def invalidCommand(self, irc, msg, tokens): argument
291 def doPrivmsg(self, irc, msg): argument
305 def karma(self, irc, msg, args, channel, things): argument
367 def most(self, irc, msg, args, channel, kind): argument
385 def clear(self, irc, msg, args, channel, name): argument
396 def dump(self, irc, msg, args, channel, filename): argument
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/irc/
H A Dparse.c186 struct irc_conn *irc; in irc_parse_purple_cmd() local
243 static char *irc_send_convert(struct irc_conn *irc, const char *string) in irc_send_convert()
270 static char *irc_recv_convert(struct irc_conn *irc, const char *string) in irc_recv_convert()
530 const char *irc_nick_skip_mode(struct irc_conn *irc, const char *nick) in irc_nick_skip_mode()
548 char *irc_parse_ctcp(struct irc_conn *irc, const char *from, const char *to, const char *msg, int n… in irc_parse_ctcp()
601 void irc_msg_table_build(struct irc_conn *irc) in irc_msg_table_build()
615 void irc_cmd_table_build(struct irc_conn *irc) in irc_cmd_table_build()
629 char *irc_format(struct irc_conn *irc, const char *format, ...) in irc_format()
666 void irc_parse_msg(struct irc_conn *irc, char *input) in irc_parse_msg()
800 static void irc_parse_error_cb(struct irc_conn *irc, char *input) in irc_parse_error_cb()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/irc/
H A Dparse.c186 struct irc_conn *irc; in irc_parse_purple_cmd() local
243 static char *irc_send_convert(struct irc_conn *irc, const char *string) in irc_send_convert()
270 static char *irc_recv_convert(struct irc_conn *irc, const char *string) in irc_recv_convert()
530 const char *irc_nick_skip_mode(struct irc_conn *irc, const char *nick) in irc_nick_skip_mode()
548 char *irc_parse_ctcp(struct irc_conn *irc, const char *from, const char *to, const char *msg, int n… in irc_parse_ctcp()
601 void irc_msg_table_build(struct irc_conn *irc) in irc_msg_table_build()
615 void irc_cmd_table_build(struct irc_conn *irc) in irc_cmd_table_build()
629 char *irc_format(struct irc_conn *irc, const char *format, ...) in irc_format()
666 void irc_parse_msg(struct irc_conn *irc, char *input) in irc_parse_msg()
800 static void irc_parse_error_cb(struct irc_conn *irc, char *input) in irc_parse_error_cb()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/irc/
H A Dparse.c186 struct irc_conn *irc; in irc_parse_purple_cmd() local
243 static char *irc_send_convert(struct irc_conn *irc, const char *string) in irc_send_convert()
270 static char *irc_recv_convert(struct irc_conn *irc, const char *string) in irc_recv_convert()
530 const char *irc_nick_skip_mode(struct irc_conn *irc, const char *nick) in irc_nick_skip_mode()
548 char *irc_parse_ctcp(struct irc_conn *irc, const char *from, const char *to, const char *msg, int n… in irc_parse_ctcp()
601 void irc_msg_table_build(struct irc_conn *irc) in irc_msg_table_build()
615 void irc_cmd_table_build(struct irc_conn *irc) in irc_cmd_table_build()
629 char *irc_format(struct irc_conn *irc, const char *format, ...) in irc_format()
666 void irc_parse_msg(struct irc_conn *irc, char *input) in irc_parse_msg()
800 static void irc_parse_error_cb(struct irc_conn *irc, char *input) in irc_parse_error_cb()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Anonymous/
H A Dplugin.py52 def _preCheck(self, irc, msg, target, action): argument
79 def say(self, irc, msg, args, target, text): argument
91 def tell(self, irc, msg, args, target, text): argument
105 def do(self, irc, msg, args, channel, text): argument
/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_channel.c34 irc_channel_t *irc_channel_new(irc_t *irc, const char *name) in irc_channel_new()
81 irc_channel_t *irc_channel_get(irc_t *irc, char *id) in irc_channel_get()
122 irc_t *irc; in irc_channel_free() local
172 irc_t *irc; member
400 irc_t *irc = ic->irc; in irc_channel_set_mode() local
457 void irc_channel_auto_joins(irc_t *irc, account_t *acc) in irc_channel_auto_joins()
584 gboolean irc_channel_is_unused(irc_t *irc, char *name) in irc_channel_is_unused()
614 char *irc_channel_name_gen(irc_t *irc, const char *hint) in irc_channel_name_gen()
656 irc_t *irc = ic->irc; in irc_channel_name_hint() local
693 irc_t *irc = set->data; in set_eval_irc_channel_ops() local
[all …]
H A Dirc_send.c28 void irc_send_num(irc_t *irc, int code, char *format, ...) in irc_send_num()
40 void irc_send_login(irc_t *irc) in irc_send_login()
54 void irc_send_motd(irc_t *irc) in irc_send_motd()
111 irc_t *irc = iu->irc; in irc_user_msgdest() local
159 void irc_rootmsg(irc_t *irc, char *format, ...) in irc_rootmsg()
170 irc_t *irc = ic->irc; in irc_send_join() local
292 irc_t *irc = iu->irc; in irc_send_whois() local
329 void irc_send_who(irc_t *irc, GSList *l, const char *channel) in irc_send_who()
500 irc_t *irc = iu->irc; in irc_send_invite() local
506 void irc_send_cap(irc_t *irc, char *subcommand, char *body) in irc_send_cap()
H A Dirc_im.c48 irc_t *irc = (irc_t *) bee->ui_data; in bee_irc_user_new() local
113 irc_t *irc = bee->ui_data; in bee_irc_user_status() local
220 irc_t *irc = bee->ui_data; in bee_irc_user_msg() local
319 irc_t *irc = (irc_t *) bee->ui_data; in bee_irc_user_typing() local
334 irc_t *irc = (irc_t *) bee->ui_data; in bee_irc_user_action_response() local
622 irc_t *irc = bee->ui_data; in bee_irc_chat_new() local
694 irc_t *irc = bee->ui_data; in bee_irc_chat_msg() local
719 irc_t *irc = bee->ui_data; in bee_irc_chat_add_user() local
733 irc_t *irc = bee->ui_data; in bee_irc_chat_remove_user() local
751 irc_t *irc = bee->ui_data; in bee_irc_chat_topic() local
[all …]
H A Dipc.c244 static void ipc_child_cmd_die(irc_t *irc, char **cmd) in ipc_child_cmd_die()
249 static void ipc_child_cmd_wallops(irc_t *irc, char **cmd) in ipc_child_cmd_wallops()
260 static void ipc_child_cmd_wall(irc_t *irc, char **cmd) in ipc_child_cmd_wall()
271 static void ipc_child_cmd_opermsg(irc_t *irc, char **cmd) in ipc_child_cmd_opermsg()
282 static void ipc_child_cmd_rehash(irc_t *irc, char **cmd) in ipc_child_cmd_rehash()
294 static void ipc_child_cmd_kill(irc_t *irc, char **cmd) in ipc_child_cmd_kill()
309 static void ipc_child_cmd_hello(irc_t *irc, char **cmd) in ipc_child_cmd_hello()
321 static void ipc_child_cmd_takeover(irc_t *irc, char **cmd) in ipc_child_cmd_takeover()
373 irc_t *irc = data, *old = NULL; in ipc_child_cmd_takeover_yes() local
440 gboolean ipc_child_identify(irc_t *irc) in ipc_child_identify()
H A Dbitlbee.c192 irc_t *irc = data; in bitlbee_io_current_client_read() local
236 irc_t *irc = data; in bitlbee_io_current_client_write() local
308 irc_t *irc; in bitlbee_io_new_client() local
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/RSS/
H A Dplugin.py65 def get_feedName(irc, msg, args, state): argument
130 def f(self2, irc, msg, args): argument
178 def __init__(self, irc): argument
290 def __call__(self, irc, msg): argument
448 def announce_entry(self, irc, channel, feed, entry): argument
462 def add(self, irc, msg, args, name, url): argument
475 def remove(self, irc, msg, args, name): argument
491 def list(self, irc, msg, args, channel): argument
503 def add(self, irc, msg, args, channel, feeds): argument
552 def rss(self, irc, msg, args, url, n): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Math/
H A Dplugin.py54 def base(self, irc, msg, args, frm, to, number): argument
172 def calc(self, irc, msg, args, text): argument
237 def icalc(self, irc, msg, args, text): argument
276 def rpn(self, irc, msg, args): argument
325 def convert(self, irc, msg, args, number, unit1, unit2): argument
355 def units(self, irc, msg, args, type): argument
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/LPC_10/src/
H A Dchanwr.c143 integer *irms, integer *irc, integer *ibits, in chanwr_0_()
234 integer *irc, integer *ibits, struct lpc10_encoder_state *st) in chanwr_()
240 integer *irc, integer *ibits) in chanrd_()
/dports/net/opal/opal-3.10.10/plugins/audio/LPC_10/src/
H A Dchanwr.c143 integer *irms, integer *irc, integer *ibits, in chanwr_0_()
234 integer *irc, integer *ibits, struct lpc10_encoder_state *st) in chanwr_()
240 integer *irc, integer *ibits) in chanrd_()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/pl/plpython/po/
H A Dpl.po112 msgid "Expected None or a string."
202 msgid "could not import \"__main__\" module"
208 msgstr "nie można utworzyć zmiennych globalnych"
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dirclib.py116 def inFilter(self, irc, msg): argument
408 def addMsg(self, irc, msg): argument
430 def do004(self, irc, msg): argument
495 def do005(self, irc, msg): argument
508 def do352(self, irc, msg): argument
515 def do354(self, irc, msg): argument
525 def do353(self, irc, msg): argument
558 def do367(self, irc, msg): argument
580 def do324(self, irc, msg): argument
594 def do329(self, irc, msg): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/News/
H A Dplugin.py110 def __init__(self, irc): argument
120 def add(self, irc, msg, args, channel, user, at, expires, news): argument
137 def news(self, irc, msg, args, channel, id): argument
162 def remove(self, irc, msg, args, channel, id): argument
176 def change(self, irc, msg, args, channel, id, replacer): argument
192 def old(self, irc, msg, args, channel, id): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Todo/
H A Dplugin.py124 def __init__(self, irc): argument
137 def todo(self, irc, msg, args, user, taskid): argument
189 def add(self, irc, msg, args, user, optlist, text, now): argument
206 def remove(self, irc, msg, args, user, tasks): argument
231 def search(self, irc, msg, args, user, optlist, globs): argument
260 def setpriority(self, irc, msg, args, user, id, priority): argument
274 def change(self, irc, msg, args, user, id, replacer): argument
/dports/devel/grex/grex-1.3.0/cargo-crates/ndarray-0.15.3/
H A DREADME.rst26 .. |irc| image:: https://img.shields.io/badge/IRC-%23rust--sci%20on%20OFTC-lightgrey substdef in ndarray
28 .. _irc: https://webchat.oftc.net/?channels=rust-sci target in ndarray
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/
H A D__init__.py313 def __init__(self, irc): argument
330 def noSuchRecord(self, irc, channel, id): argument
334 def checkChangeAllowed(self, irc, msg, channel, user, record): argument
344 def addValidator(self, irc, text): argument
348 def getUserId(self, irc, prefix, channel=None): argument
357 def add(self, irc, msg, args, channel, text): argument
372 def remove(self, irc, msg, args, channel, id): argument
393 def search(self, irc, msg, args, channel, optlist, glob): argument
440 def get(self, irc, msg, args, channel, id): argument
454 def change(self, irc, msg, args, channel, id, replacer): argument
[all …]
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Internet/
H A Dplugin.py48 def dns(self, irc, msg, args, host): argument
85 def whois(self, irc, msg, args, domain): argument
190 def hexip(self, irc, msg, args, ip): argument
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/URL/
H A Dplugin.py68 def __init__(self, irc): argument
73 def doPrivmsg(self, irc, msg): argument
91 def stats(self, irc, msg, args, channel): argument
103 def last(self, irc, msg, args, channel, optlist): argument
/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCChatWidget.cpp90 const IRCClient *irc = GetGlobalIRC(); in ChatWidget_ChatRefillUserList() local
143 IRCClient *irc = GetGlobalIRC(); in Create() local
256 IRCClient *irc = GetGlobalIRC(); in ProcessChildEvent() local
387 IRCClient *irc = GetGlobalIRC(); in ChatWidget_ChatRegisterCallbacks() local
406 IRCClient *irc = GetGlobalIRC(); in ChatWidget_ChatDeregisterCallbacks() local
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Aka/
H A Dplugin.py385 def __init__(self, irc): argument
446 def f(irc, msg, args): argument
544 def add(self, irc, msg, args, optlist, name, alias): argument
576 def set(self, irc, msg, args, optlist, name, alias): argument
613 def remove(self, irc, msg, args, optlist, name): argument
635 def _checkManageCapabilities(self, irc, msg, channel): argument
645 def lock(self, irc, msg, args, optlist, user, name): argument
691 def show(self, irc, msg, args, optlist, name): argument
711 def importaliasdatabase(self, irc, msg, args): argument
735 def list(self, irc, msg, args, optlist): argument
[all …]

12345678910>>...32