Home
last modified time | relevance | path

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

/dports/irc/bitlbee/bitlbee-3.6/tests/
H A DMakefile17 …elp.o ipc.o irc.o irc_cap.o irc_channel.o irc_commands.o irc_im.o irc_send.o irc_user.o irc_util.o…
/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_commands.c855 static const command_t irc_commands[] = { variable
906 for (i = 0; irc_commands[i].command; i++) { in irc_exec()
907 if (g_strcasecmp(irc_commands[i].command, cmd[0]) == 0) { in irc_exec()
914 if (irc_commands[i].flags & IRC_CMD_PRE_LOGIN && irc->status & USTATUS_LOGGED_IN) { in irc_exec()
916 } else if (irc_commands[i].flags & IRC_CMD_LOGGED_IN && !(irc->status & USTATUS_LOGGED_IN)) { in irc_exec()
918 } else if (irc_commands[i].flags & IRC_CMD_OPER_ONLY && !strchr(irc->umode, 'o')) { in irc_exec()
920 } else if (n_arg < irc_commands[i].required_parameters) { in irc_exec()
922 } else if (irc_commands[i].flags & IRC_CMD_TO_MASTER) { in irc_exec()
927 irc_commands[i].execute(irc, cmd); in irc_exec()
H A DMakefile12 objects = bitlbee.o dcc.o help.o ipc.o irc.o irc_im.o irc_cap.o irc_channel.o irc_commands.o irc_se…
/dports/irc/ctrlproxy/ctrlproxy-3.0.8/lib/
H A Dstate.c1078 } irc_commands[] = { variable
1119 for (i = 0; irc_commands[i].command; i++) { in state_handle_data()
1120 if (!g_strcasecmp(irc_commands[i].command, l->args[0])) { in state_handle_data()
1121 for (j = 0; j <= irc_commands[i].min_args; j++) { in state_handle_data()
1125 irc_commands[i].handler(s,l); in state_handle_data()
/dports/irc/bitlbee/bitlbee-3.6/doc/
H A DHACKING17 several files, mostly irc.c + irc_commands.c and pieces and bits in
53 irc_commands.c: Defines all IRC commands (JOIN, NICK, PRIVMSG, etc.).
/dports/net-im/sshout/sshout-1.2.0/
H A Dclient-irc.c494 } irc_commands[] = { variable
592 struct command *c = irc_commands;
/dports/games/xonotic/Xonotic/server/rcon2irc/
H A Drcon2irc.pl763 irc_commands => "",
1068 for(split / *; */, $store{irc_commands})
/dports/net-im/tkabber/tkabber-1.1.2/
H A DChangeLog2038 * plugins/chat/irc_commands.tcl: Fixed typo.
4497 plugins/chat/irc_commands.tcl, plugins/general/remote.tcl,
5976 * plugins/chat/irc_commands.tcl: Added error message on /msg
6131 irc_commands.tcl) (thanks to Sergei Golovan)
6132 * plugins/chat/irc_commands.tcl: Likewise
6817 * plugins/chat/irc_commands.tcl: Likewise
6849 * plugins/chat/irc_commands.tcl: Command /subject without
7332 * plugins/chat/irc_commands.tcl: Added /clear command, some
7835 * plugins/chat/irc_commands.tcl: Likewise
7847 * plugins/chat/irc_commands.tcl: /part and /leave now close
[all …]
/dports/net-im/tkabber/tkabber-1.1.2/msgs/
H A Dpl.msg1767 # plugins/chat/irc_commands.tcl
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/
H A DChangeLog.ircii1667 add new SERVERREQ flag to irc_commands[] that
/dports/irc/ircII/ircii-20210314/
H A DChangeLog5166 add new SERVERREQ flag to irc_commands[] that