Home
last modified time | relevance | path

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

/dports/irc/irssi/irssi-1.2.3/src/otr/
H A Dotr-module.c126 static void cmd_me(const char *data, IRC_SERVER_REC *server, in cmd_me() function
235 command_bind_irc_first("me", NULL, (SIGNAL_FUNC) cmd_me); in otr_core_init()
252 command_unbind("me", (SIGNAL_FUNC) cmd_me); in otr_core_deinit()
/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dcmd_proc.c56 static void cmd_me(GString *);
74 {{ "me", NULL }, cmd_me },
231 cmd_me(GString * line_s) in cmd_me() function
/dports/irc/irssi/irssi-1.2.3/src/fe-common/irc/dcc/
H A Dfe-dcc-chat.c266 static void cmd_me(const char *data, SERVER_REC *server, WI_ITEM_REC *item) in cmd_me() function
358 command_bind("me", NULL, (SIGNAL_FUNC) cmd_me); in fe_dcc_chat_init()
381 command_unbind("me", (SIGNAL_FUNC) cmd_me); in fe_dcc_chat_deinit()
/dports/irc/irssi/irssi-1.2.3/src/fe-common/irc/
H A Dfe-irc-commands.c44 static void cmd_me(const char *data, IRC_SERVER_REC *server, WI_ITEM_REC *item) in cmd_me() function
420 command_bind_irc_last("me", NULL, (SIGNAL_FUNC) cmd_me); in fe_irc_commands_init()
436 command_unbind("me", (SIGNAL_FUNC) cmd_me); in fe_irc_commands_deinit()
/dports/irc/irssi-xmpp/irssi-xmpp-0.54/src/core/
H A Dxmpp-commands.c513 cmd_me(const char *data, XMPP_SERVER_REC *server, WI_ITEM_REC *item) in cmd_me() function
581 command_bind_xmpp("me", NULL, (SIGNAL_FUNC)cmd_me); in xmpp_commands_init()
605 command_unbind("me", (SIGNAL_FUNC)cmd_me); in xmpp_commands_deinit()
/dports/irc/irssi/irssi-1.2.3/src/irc/dcc/
H A Ddcc-chat.c222 static void cmd_me(const char *data, IRC_SERVER_REC *server, WI_ITEM_REC *item) in cmd_me() function
838 command_bind("me", NULL, (SIGNAL_FUNC) cmd_me); in dcc_chat_init()
859 command_unbind("me", (SIGNAL_FUNC) cmd_me); in dcc_chat_deinit()
/dports/emulators/x16-rom/x16-rom-r38/dos/
H A Dparser.s904 jmp cmd_me
/dports/irc/evangeline/evangeline-msa/src/
H A Dcmds.c308 static void cmd_me(struct userrec *u, int idx, char *par) in cmd_me() function
2732 {"me", "", (Function) cmd_me, NULL},
/dports/irc/evangeline/evangeline/src/
H A Dcmds.c308 static void cmd_me(struct userrec *u, int idx, char *par) in cmd_me() function
2732 {"me", "", (Function) cmd_me, NULL},
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Doutbound.c2693 cmd_me (struct session *sess, char *tbuf, char *word[], char *word_eol[]) in cmd_me() function
4054 {"ME", cmd_me, 0, 0, 1,
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dcmds.c331 static void cmd_me(struct userrec *u, int idx, char *par) in cmd_me() function
3262 {"me", "", (IntFunc) cmd_me, NULL},
/dports/net-p2p/shx/shx-0.2.4/src/
H A Dhx_commands.c6220 { "me", cmd_me },