#include "services.h"
#include "extern.h"
Go to the source code of this file.
Functions | |
| void | anope_cmd_211 (const char *fmt,...) |
| void | anope_cmd_219 (char *source, char *letter) |
| void | anope_cmd_242 (const char *fmt,...) |
| void | anope_cmd_243 (const char *fmt,...) |
| void | anope_cmd_250 (const char *fmt,...) |
| void | anope_cmd_307 (const char *fmt,...) |
| void | anope_cmd_311 (const char *fmt,...) |
| void | anope_cmd_312 (const char *fmt,...) |
| void | anope_cmd_317 (const char *fmt,...) |
| void | anope_cmd_318 (char *source, char *who) |
| void | anope_cmd_351 (char *source) |
| void | anope_cmd_372 (char *source, char *msg) |
| void | anope_cmd_372_error (char *source) |
| void | anope_cmd_375 (char *source) |
| void | anope_cmd_376 (char *source) |
| void | anope_cmd_391 (char *source, char *timestr) |
| void | anope_cmd_401 (char *source, char *who) |
| void | anope_cmd_action (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_akill (char *user, char *host, char *who, time_t when, time_t expires, char *reason) |
| void | anope_cmd_bot_chan_mode (char *nick, char *chan) |
| void | anope_cmd_bot_nick (char *nick, char *user, char *host, char *real, char *modes) |
| void | anope_cmd_chg_nick (char *oldnick, char *newnick) |
| void | anope_cmd_connect (int servernum) |
| void | anope_cmd_ctcp (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_eob () |
| void | anope_cmd_global (char *source, const char *fmt,...) |
| void | anope_cmd_global_legacy (char *source, char *fmt) |
| void | anope_cmd_guest_nick (char *nick, char *user, char *host, char *real, char *modes) |
| void | anope_cmd_invite (char *source, char *chan, char *nick) |
| void | anope_cmd_join (char *user, char *channel, time_t chantime) |
| void | anope_cmd_jupe (char *jserver, char *who, char *reason) |
| void | anope_cmd_kick (char *source, char *chan, char *user, const char *fmt,...) |
| void | anope_cmd_mode (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_nc_change (User *u) |
| void | anope_cmd_nick (char *nick, char *name, char *modes) |
| void | anope_cmd_notice (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_notice2 (char *source, char *dest, char *msg) |
| void | anope_cmd_notice_ops (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_part (char *nick, char *chan, const char *fmt,...) |
| void | anope_cmd_pong (char *servname, char *who) |
| void | anope_cmd_privmsg (char *source, char *dest, const char *fmt,...) |
| void | anope_cmd_privmsg2 (char *source, char *dest, char *msg) |
| void | anope_cmd_quit (char *source, const char *fmt,...) |
| void | anope_cmd_release_svshold (char *nick) |
| void | anope_cmd_remove_akill (char *user, char *host) |
| void | anope_cmd_serv_notice (char *source, char *dest, char *msg) |
| void | anope_cmd_serv_privmsg (char *source, char *dest, char *msg) |
| void | anope_cmd_sgline (char *mask, char *reason) |
| void | anope_cmd_sqline (char *mask, char *reason) |
| void | anope_cmd_squit (char *servname, char *message) |
| void | anope_cmd_svid_umode (char *nick, time_t ts) |
| void | anope_cmd_svid_umode2 (User *u, char *ts) |
| void | anope_cmd_svid_umode3 (User *u, char *ts) |
| void | anope_cmd_svshold (char *nick) |
| void | anope_cmd_svsjoin (char *source, char *nick, char *chan, char *param) |
| void | anope_cmd_svskill (char *source, char *user, const char *fmt,...) |
| void | anope_cmd_svsmode (User *u, int ac, char **av) |
| void | anope_cmd_svsmode_chan (char *name, char *mode, char *nick) |
| void | anope_cmd_svsnick (char *source, char *guest, time_t when) |
| void | anope_cmd_svsnoop (char *server, int set) |
| void | anope_cmd_svso (char *source, char *nick, char *flag) |
| void | anope_cmd_svspart (char *source, char *nick, char *chan) |
| void | anope_cmd_swhois (char *source, char *who, char *mask) |
| void | anope_cmd_szline (char *mask, char *reason, char *whom) |
| void | anope_cmd_topic (char *whosets, char *chan, char *whosetit, char *topic, time_t when) |
| void | anope_cmd_unban (char *name, char *nick) |
| void | anope_cmd_unsgline (char *mask) |
| void | anope_cmd_unsqline (char *user) |
| void | anope_cmd_unszline (char *mask) |
| void | anope_cmd_vhost_off (User *u) |
| void | anope_cmd_vhost_on (char *nick, char *vIdent, char *vhost) |
| int | anope_flood_mode_check (char *value) |
| int | anope_get_invis_mode () |
| int | anope_get_invite_mode () |
| int | anope_get_key_mode () |
| int | anope_get_limit_mode () |
| int | anope_get_oper_mode () |
| int | anope_get_private_mode () |
| int | anope_get_secret_mode () |
| int | anope_set_mod_current_buffer (int ac, char **av) |
| void | anope_set_umode (User *user, int ac, char **av) |
| int | anope_valid_chan (char *chan) |
| int | anope_valid_nick (char *nick) |
| void | initIrcdProto () |
| void | pmodule_cmd_211 (void(*func)(char *buf)) |
| void | pmodule_cmd_219 (void(*func)(char *source, char *letter)) |
| void | pmodule_cmd_242 (void(*func)(char *buf)) |
| void | pmodule_cmd_243 (void(*func)(char *buf)) |
| void | pmodule_cmd_250 (void(*func)(char *buf)) |
| void | pmodule_cmd_307 (void(*func)(char *buf)) |
| void | pmodule_cmd_311 (void(*func)(char *buf)) |
| void | pmodule_cmd_312 (void(*func)(char *buf)) |
| void | pmodule_cmd_317 (void(*func)(char *buf)) |
| void | pmodule_cmd_318 (void(*func)(char *source, char *who)) |
| void | pmodule_cmd_351 (void(*func)(char *source)) |
| void | pmodule_cmd_372 (void(*func)(char *source, char *msg)) |
| void | pmodule_cmd_372_error (void(*func)(char *source)) |
| void | pmodule_cmd_375 (void(*func)(char *source)) |
| void | pmodule_cmd_376 (void(*func)(char *source)) |
| void | pmodule_cmd_391 (void(*func)(char *source, char *timestr)) |
| void | pmodule_cmd_401 (void(*func)(char *source, char *who)) |
| void | pmodule_cmd_akill (void(*func)(char *user, char *host, char *who, time_t when, time_t expires, char *reason)) |
| void | pmodule_cmd_bot_chan_mode (void(*func)(char *nick, char *chan)) |
| void | pmodule_cmd_bot_nick (void(*func)(char *nick, char *user, char *host, char *real, char *modes)) |
| void | pmodule_cmd_chg_nick (void(*func)(char *oldnick, char *newnick)) |
| void | pmodule_cmd_connect (void(*func)(int servernum)) |
| void | pmodule_cmd_ctcp (void(*func)(char *source, char *dest, char *buf)) |
| void | pmodule_cmd_eob (void(*func)()) |
| void | pmodule_cmd_global (void(*func)(char *source, char *buf)) |
| void | pmodule_cmd_global_legacy (void(*func)(char *source, char *fmt)) |
| void | pmodule_cmd_guest_nick (void(*func)(char *nick, char *user, char *host, char *real, char *modes)) |
| void | pmodule_cmd_invite (void(*func)(char *source, char *chan, char *nick)) |
| void | pmodule_cmd_join (void(*func)(char *user, char *channel, time_t chantime)) |
| void | pmodule_cmd_jupe (void(*func)(char *jserver, char *who, char *reason)) |
| void | pmodule_cmd_kick (void(*func)(char *source, char *chan, char *user, char *buf)) |
| void | pmodule_cmd_mode (void(*func)(char *source, char *dest, char *buf)) |
| void | pmodule_cmd_nc_change (void(*func)(User *u)) |
| void | pmodule_cmd_nick (void(*func)(char *nick, char *name, char *modes)) |
| void | pmodule_cmd_notice (void(*func)(char *source, char *dest, char *buf)) |
| void | pmodule_cmd_notice2 (void(*func)(char *source, char *dest, char *msg)) |
| void | pmodule_cmd_notice_ops (void(*func)(char *source, char *dest, char *buf)) |
| void | pmodule_cmd_part (void(*func)(char *nick, char *chan, char *buf)) |
| void | pmodule_cmd_pong (void(*func)(char *servname, char *who)) |
| void | pmodule_cmd_privmsg (void(*func)(char *source, char *dest, char *buf)) |
| void | pmodule_cmd_privmsg2 (void(*func)(char *source, char *dest, char *msg)) |
| void | pmodule_cmd_quit (void(*func)(char *source, char *buf)) |
| void | pmodule_cmd_release_svshold (void(*func)(char *nick)) |
| void | pmodule_cmd_remove_akill (void(*func)(char *user, char *host)) |
| void | pmodule_cmd_serv_notice (void(*func)(char *source, char *dest, char *msg)) |
| void | pmodule_cmd_serv_privmsg (void(*func)(char *source, char *dest, char *msg)) |
| void | pmodule_cmd_sgline (void(*func)(char *mask, char *reason)) |
| void | pmodule_cmd_sqline (void(*func)(char *mask, char *reason)) |
| void | pmodule_cmd_squit (void(*func)(char *servname, char *message)) |
| void | pmodule_cmd_svid_umode (void(*func)(char *nick, time_t ts)) |
| void | pmodule_cmd_svid_umode2 (void(*func)(User *u, char *ts)) |
| void | pmodule_cmd_svid_umode3 (void(*func)(User *u, char *ts)) |
| void | pmodule_cmd_svshold (void(*func)(char *nick)) |
| void | pmodule_cmd_svsjoin (void(*func)(char *source, char *nick, char *chan, char *param)) |
| void | pmodule_cmd_svskill (void(*func)(char *source, char *user, char *buf)) |
| void | pmodule_cmd_svsmode (void(*func)(User *u, int ac, char **av)) |
| void | pmodule_cmd_svsmode_chan (void(*func)(char *name, char *mode, char *nick)) |
| void | pmodule_cmd_svsnick (void(*func)(char *source, char *guest, time_t when)) |
| void | pmodule_cmd_svsnoop (void(*func)(char *server, int set)) |
| void | pmodule_cmd_svso (void(*func)(char *source, char *nick, char *flag)) |
| void | pmodule_cmd_svspart (void(*func)(char *source, char *nick, char *chan)) |
| void | pmodule_cmd_swhois (void(*func)(char *source, char *who, char *mask)) |
| void | pmodule_cmd_szline (void(*func)(char *mask, char *reason, char *whom)) |
| void | pmodule_cmd_topic (void(*func)(char *whosets, char *chan, char *whosetit, char *topic, time_t when)) |
| void | pmodule_cmd_unban (void(*func)(char *name, char *nick)) |
| void | pmodule_cmd_unsgline (void(*func)(char *mask)) |
| void | pmodule_cmd_unsqline (void(*func)(char *user)) |
| void | pmodule_cmd_unszline (void(*func)(char *mask)) |
| void | pmodule_cmd_vhost_off (void(*func)(User *u)) |
| void | pmodule_cmd_vhost_on (void(*func)(char *nick, char *vIdent, char *vhost)) |
| void | pmodule_flood_mode_check (int(*func)(char *value)) |
| void | pmodule_invis_umode (int mode) |
| void | pmodule_invite_cmode (int mode) |
| void | pmodule_ircd_cap (IRCDCAPAB *cap) |
| void | pmodule_ircd_cbmodeinfos (CBModeInfo *modeinfos) |
| void | pmodule_ircd_cbmodes (CBMode modes[128]) |
| void | pmodule_ircd_cmmodes (CMMode modes[128]) |
| void | pmodule_ircd_csmodes (char mode[128]) |
| void | pmodule_ircd_cumodes (CUMode modes[128]) |
| void | pmodule_ircd_flood_mode_char_remove (char *mode) |
| void | pmodule_ircd_flood_mode_char_set (char *mode) |
| void | pmodule_ircd_useTSMode (int use) |
| void | pmodule_ircd_var (IRCDVar *ircdvar) |
| void | pmodule_ircd_version (char *version) |
| void | pmodule_key_mode (int mode) |
| void | pmodule_limit_mode (int mode) |
| void | pmodule_oper_umode (int mode) |
| void | pmodule_private_cmode (int mode) |
| void | pmodule_secret_cmode (int mode) |
| void | pmodule_set_mod_current_buffer (void(*func)(int ac, char **av)) |
| void | pmodule_set_umode (void(*func)(User *user, int ac, char **av)) |
| void | pmodule_valid_chan (int(*func)(char *chan)) |
| void | pmodule_valid_nick (int(*func)(char *nick)) |
Variables | |
| CBModeInfo * | cbmodeinfos |
| CBMode | cbmodes [128] |
| CMMode | cmmodes [128] |
| char | csmodes [128] |
| CUMode | cumodes [128] |
| char * | flood_mode_char_remove |
| char * | flood_mode_char_set |
| IRCDVar * | ircd |
| IRCDModes | ircd_modes |
| IRCDCAPAB * | ircdcap |
| IRCDProto | ircdproto |
| int | UseTSMODE |
| char * | version_protocol |
| void anope_cmd_211 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_219 | ( | char * | source, | |
| char * | letter | |||
| ) |
Definition at line 458 of file ircd.c.
References ircd_proto_::ircd_cmd_219, and ircdproto.
Referenced by m_stats().
| void anope_cmd_242 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_243 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_250 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_307 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_311 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_312 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_317 | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void anope_cmd_318 | ( | char * | source, | |
| char * | who | |||
| ) |
Definition at line 468 of file ircd.c.
References ircd_proto_::ircd_cmd_318, and ircdproto.
Referenced by m_whois().
| void anope_cmd_351 | ( | char * | source | ) |
Definition at line 335 of file ircd.c.
References ircd_proto_::ircd_cmd_351, and ircdproto.
Referenced by m_version().
| void anope_cmd_372 | ( | char * | source, | |
| char * | msg | |||
| ) |
Definition at line 165 of file ircd.c.
References ircd_proto_::ircd_cmd_372, and ircdproto.
Referenced by m_motd().
| void anope_cmd_372_error | ( | char * | source | ) |
Definition at line 170 of file ircd.c.
References ircd_proto_::ircd_cmd_372_error, and ircdproto.
Referenced by m_motd().
| void anope_cmd_375 | ( | char * | source | ) |
Definition at line 175 of file ircd.c.
References ircd_proto_::ircd_cmd_375, and ircdproto.
Referenced by m_motd().
| void anope_cmd_376 | ( | char * | source | ) |
Definition at line 180 of file ircd.c.
References ircd_proto_::ircd_cmd_376, and ircdproto.
Referenced by m_motd().
| void anope_cmd_391 | ( | char * | source, | |
| char * | timestr | |||
| ) |
Definition at line 388 of file ircd.c.
References ircd_proto_::ircd_cmd_391, and ircdproto.
Referenced by m_time().
| void anope_cmd_401 | ( | char * | source, | |
| char * | who | |||
| ) |
Definition at line 463 of file ircd.c.
References ircd_proto_::ircd_cmd_401, and ircdproto.
Referenced by m_whois().
| void anope_cmd_action | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 260 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_privmsg, ircdproto, snprintf(), and vsnprintf.
| void anope_cmd_akill | ( | char * | user, | |
| char * | host, | |||
| char * | who, | |||
| time_t | when, | |||
| time_t | expires, | |||
| char * | reason | |||
| ) |
Definition at line 141 of file ircd.c.
References ircd_proto_::ircd_cmd_akill, and ircdproto.
Referenced by add_akill(), and check_akill().
| void anope_cmd_bot_chan_mode | ( | char * | nick, | |
| char * | chan | |||
| ) |
Definition at line 330 of file ircd.c.
References ircd_proto_::ircd_cmd_bot_chan_mode, and ircdproto.
| void anope_cmd_bot_nick | ( | char * | nick, | |
| char * | user, | |||
| char * | host, | |||
| char * | real, | |||
| char * | modes | |||
| ) |
Definition at line 209 of file ircd.c.
References ircd_proto_::ircd_cmd_bot_nick, and ircdproto.
Referenced by addClient(), do_bot(), and introduce_user().
| void anope_cmd_chg_nick | ( | char * | oldnick, | |
| char * | newnick | |||
| ) |
Definition at line 545 of file ircd.c.
References ircd_proto_::ircd_cmd_chg_nick, and ircdproto.
Referenced by do_bot().
| void anope_cmd_connect | ( | int | servernum | ) |
Definition at line 560 of file ircd.c.
References ircd_proto_::ircd_cmd_connect, and ircdproto.
Referenced by init_secondary().
| void anope_cmd_ctcp | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 666 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_ctcp, ircdproto, and vsnprintf.
Referenced by botchanmsgs(), botmsgs(), botserv(), chanserv(), helpserv(), hostserv(), memoserv(), nickserv(), and operserv().
| void anope_cmd_eob | ( | ) |
Definition at line 640 of file ircd.c.
References ircd_proto_::ircd_cmd_eob, and ircdproto.
Referenced by init_secondary().
| void anope_cmd_global | ( | char * | source, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 512 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_global, ircdproto, and vsnprintf.
Referenced by add_session(), anope_event_capab(), anope_event_sajoin(), anope_event_sanick(), anope_event_sapart(), bahamut_set_umode(), charybdis_set_umode(), check_modes(), createHostCorelist(), del_session(), do_akill(), do_chankill(), do_clearmodes(), do_defcon(), do_drop(), do_forbid(), do_getpass(), do_global(), do_jupe(), do_noop(), do_operoline(), do_operumodes(), do_os_kick(), do_os_mode(), do_raw(), do_saset_password(), do_set_password(), do_sgline(), do_sqline(), do_squit(), do_suspend(), do_szline(), do_unsuspend(), dreamforge_set_umode(), expire_akills(), expire_exceptions(), expire_sglines(), expire_sqlines(), expire_szlines(), fatal(), fatal_perror(), fatal_sockerror(), hybrid_set_umode(), init_secondary(), insertHostCore(), inspircd_cmd_chghost(), inspircd_cmd_chgident(), inspircd_set_umode(), loadModule(), m_privmsg(), main(), mSaveData(), plexus_set_umode(), ptlink_set_umode(), rageircd_set_umode(), ratbox_set_umode(), resetDefCon(), shadowircd_set_umode(), solidircd_set_umode(), ultiamte2_set_umode(), ultimate3_set_umode(), unloadModule(), unreal_set_umode(), and viagra_set_umode().
| void anope_cmd_global_legacy | ( | char * | source, | |
| char * | fmt | |||
| ) |
Definition at line 525 of file ircd.c.
References ircd_proto_::ircd_cmd_global_legacy, and ircdproto.
Referenced by wallops().
| void anope_cmd_guest_nick | ( | char * | nick, | |
| char * | user, | |||
| char * | host, | |||
| char * | real, | |||
| char * | modes | |||
| ) |
Definition at line 190 of file ircd.c.
References ircd_proto_::ircd_cmd_guest_nick, and ircdproto.
Referenced by cancel_user().
| void anope_cmd_invite | ( | char * | source, | |
| char * | chan, | |||
| char * | nick | |||
| ) |
Definition at line 368 of file ircd.c.
References ircd_proto_::ircd_cmd_invite, and ircdproto.
Referenced by do_invite().
| void anope_cmd_join | ( | char * | user, | |
| char * | channel, | |||
| time_t | chantime | |||
| ) |
Definition at line 358 of file ircd.c.
References ircd_proto_::ircd_cmd_join, and ircdproto.
Referenced by check_kick(), check_topiclock(), do_cs_topic(), init_secondary(), my_cs_appendtopic(), and restore_topic().
| void anope_cmd_jupe | ( | char * | jserver, | |
| char * | who, | |||
| char * | reason | |||
| ) |
Definition at line 650 of file ircd.c.
References ircd_proto_::ircd_cmd_jupe, and ircdproto.
Referenced by do_jupe().
| void anope_cmd_kick | ( | char * | source, | |
| char * | chan, | |||
| char * | user, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 215 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_kick, ircdproto, and vsnprintf.
Referenced by bot_raw_ban(), bot_raw_kick(), check_kick(), do_ban(), do_clear(), do_cs_kick(), do_enforce_cmode_R(), do_enforce_restricted(), do_forbid(), do_os_kick(), do_sjoin(), do_suspend(), and sqline().
| void anope_cmd_mode | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 196 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_mode, ircdproto, and vsnprintf.
Referenced by add_ban(), addBan(), bahamut_cmd_bot_chan_mode(), bot_join(), bot_raw_ban(), bot_raw_mode(), chan_set_correct_modes(), chan_set_modes(), charybdis_cmd_bot_chan_mode(), check_kick(), check_modes(), check_should_halfop(), check_should_op(), check_should_owner(), check_should_protect(), check_should_voice(), check_topiclock(), check_valid_admin(), check_valid_op(), common_unban(), cs_remove_nick(), delBan(), do_ban(), do_clear(), do_clearmodes(), do_cs_topic(), do_deowner(), do_drop(), do_enforce_cmode_R(), do_enforce_restricted(), do_mass_mode(), do_operoline(), do_operumodes(), do_os_mode(), do_owner(), do_register(), do_util(), dreamforge_cmd_bot_chan_mode(), dreamforge_cmd_bot_nick(), dreamforge_cmd_guest_nick(), dreamforge_cmd_nick(), hybrid_cmd_bot_chan_mode(), inspircd_cmd_bot_chan_mode(), my_cs_appendtopic(), plexus_check_valid_halfop(), plexus_check_valid_op(), plexus_cmd_bot_chan_mode(), ptlink_cmd_bot_chan_mode(), rageircd_cmd_bot_chan_mode(), ratbox_cmd_bot_chan_mode(), restore_topic(), shadowircd_cmd_bot_chan_mode(), solidircd_cmd_bot_chan_mode(), stick_all(), ultimate2_cmd_bot_chan_mode(), ultimate2_cmd_bot_nick(), ultimate2_cmd_guest_nick(), ultimate2_cmd_nick(), ultimate3_cmd_bot_chan_mode(), unreal_cmd_bot_chan_mode(), and viagra_cmd_bot_chan_mode().
| void anope_cmd_nc_change | ( | User * | u | ) |
Definition at line 610 of file ircd.c.
References ircd_proto_::ircd_cmd_nc_change, and ircdproto.
Referenced by do_nick().
| void anope_cmd_nick | ( | char * | nick, | |
| char * | name, | |||
| char * | modes | |||
| ) |
Definition at line 185 of file ircd.c.
References ircd_proto_::ircd_cmd_nick, and ircdproto.
Referenced by introduce_user().
| void anope_cmd_notice | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 242 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_notice, ircdproto, and vsnprintf.
Referenced by m_privmsg().
| void anope_cmd_notice2 | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 255 of file ircd.c.
References ircd_proto_::ircd_cmd_notice2, and ircdproto.
Referenced by notice(), notice_help(), notice_lang(), notice_list(), and notice_user().
| void anope_cmd_notice_ops | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 229 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_notice_ops, ircdproto, and vsnprintf.
Referenced by bot_join().
| void anope_cmd_part | ( | char * | nick, | |
| char * | chan, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 373 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_part, ircdproto, and vsnprintf.
Referenced by chan_deluser(), check_topiclock(), delchan(), do_cs_topic(), do_sjoin(), my_cs_appendtopic(), restore_topic(), and unassign().
| void anope_cmd_pong | ( | char * | servname, | |
| char * | who | |||
| ) |
Definition at line 353 of file ircd.c.
References ircd_proto_::ircd_cmd_pong, and ircdproto.
Referenced by save_databases().
| void anope_cmd_privmsg | ( | char * | source, | |
| char * | dest, | |||
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 302 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_privmsg, ircdproto, and vsnprintf.
Referenced by bot_raw_ban(), bot_raw_kick(), bot_raw_mode(), chan_adduser2(), do_act(), do_moo(), and do_say().
| void anope_cmd_privmsg2 | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 315 of file ircd.c.
References ircd_proto_::ircd_cmd_privmsg2, and ircdproto.
Referenced by notice(), notice_help(), notice_lang(), notice_user(), and privmsg().
| void anope_cmd_quit | ( | char * | source, | |
| const char * | fmt, | |||
| ... | ||||
| ) |
Definition at line 340 of file ircd.c.
References BUFSIZE, ircd_proto_::ircd_cmd_quit, ircdproto, and vsnprintf.
Referenced by delClient(), do_bot(), and release().
| void anope_cmd_release_svshold | ( | char * | nick | ) |
Definition at line 570 of file ircd.c.
References ircd_proto_::ircd_cmd_release_svshold, and ircdproto.
Referenced by release().
| void anope_cmd_remove_akill | ( | char * | user, | |
| char * | host | |||
| ) |
Definition at line 125 of file ircd.c.
References ircd_proto_::ircd_cmd_remove_akill, and ircdproto.
| void anope_cmd_serv_notice | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 320 of file ircd.c.
References ircd_proto_::ircd_cmd_serv_notice, and ircdproto.
Referenced by notice_server().
| void anope_cmd_serv_privmsg | ( | char * | source, | |
| char * | dest, | |||
| char * | msg | |||
| ) |
Definition at line 325 of file