#include "services.h"
#include "messages.h"
#include "language.h"
Go to the source code of this file.
Functions | |
| int | anope_event_null (char *source, int ac, char **av) |
| Message * | find_message (const char *name) |
| int | m_away (char *source, char *msg) |
| int | m_kill (char *nick, char *msg) |
| int | m_motd (char *source) |
| int | m_nickcoll (char *user) |
| int | m_privmsg (char *source, char *receiver, char *msg) |
| int | m_stats (char *source, int ac, char **av) |
| int | m_time (char *source, int ac, char **av) |
| int | m_version (char *source, int ac, char **av) |
| int | m_whois (char *source, char *who) |
| void | moduleAddMsgs (void) |
Variables | |
| int | servernum |
| int anope_event_null | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
| Message* find_message | ( | const char * | name | ) |
Definition at line 408 of file messages.c.
References findMessage(), and IRCD.
Referenced by process().
| int m_away | ( | char * | source, | |
| char * | msg | |||
| ) |
Definition at line 32 of file messages.c.
References check_memos(), finduser(), and MOD_CONT.
Referenced by anope_event_away().
| int m_kill | ( | char * | nick, | |
| char * | msg | |||
| ) |
Definition at line 45 of file messages.c.
References bot_rejoin_all(), do_kill(), findbot(), introduce_user(), MOD_CONT, nickIsServices(), readonly, s_BotServ, and skeleton.
Referenced by anope_event_kill().
| int m_motd | ( | char * | source | ) |
Definition at line 86 of file messages.c.
References anope_cmd_372(), anope_cmd_372_error(), anope_cmd_375(), anope_cmd_376(), BUFSIZE, MOD_CONT, and MOTDFilename.
Referenced by anope_event_motd().
| int m_nickcoll | ( | char * | user | ) |
Definition at line 23 of file messages.c.
References introduce_user(), MOD_CONT, readonly, and skeleton.
Referenced by anope_event_436().
| int m_privmsg | ( | char * | source, | |
| char * | receiver, | |||
| char * | msg | |||
| ) |
Definition at line 112 of file messages.c.
References add_ignore(), allow_ignore, alog(), anope_cmd_global(), anope_cmd_notice(), chaninfo_::bi, botchanmsgs(), botmsgs(), botserv(), chaninfo_::c, chanserv(), CI_VERBOTEN, cs_findchan(), CSOpersOnly, debug, findbot(), finduser(), chaninfo_::flags, get_ignore(), getstring, helpserv(), user_::host, hostserv(), inbuf, is_oper(), memoserv(), MOD_CONT, user_::nick, nickserv(), notice_lang(), operserv(), OSOpersOnly, s_BotServ, s_BotServAlias, s_ChanServ, s_ChanServAlias, s_HelpServ, s_HelpServAlias, s_HostServ, s_HostServAlias, s_MemoServ, s_MemoServAlias, s_NickServ, s_NickServAlias, s_OperServ, s_OperServAlias, ServerName, stricmp(), ignore_data::time, user_::username, UseStrictPrivMsg, and WallBadOS.
Referenced by anope_event_cs(), anope_event_hs(), anope_event_ms(), anope_event_ns(), anope_event_os(), and anope_event_privmsg().
| int m_stats | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 230 of file messages.c.
References anope_cmd_211(), anope_cmd_219(), anope_cmd_242(), anope_cmd_243(), anope_cmd_250(), slist_::count, nickcore_::display, finduser(), HideStatsO, is_oper(), slist_::list, maxusercnt, MOD_CONT, opcnt, read_buffer_len(), RemoteServer, RemoteServer2, RemoteServer3, RootNumber, servadmins, servernum, ServicesRoots, servopers, start_time, total_read, total_written, usercnt, and write_buffer_len().
Referenced by moduleAddIRCDMsgs(), and moduleAddMsgs().
| int m_time | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 67 of file messages.c.
References anope_cmd_391(), and MOD_CONT.
Referenced by moduleAddIRCDMsgs(), and moduleAddMsgs().
| int m_version | ( | char * | source, | |
| int | ac, | |||
| char ** | av | |||
| ) |
Definition at line 318 of file messages.c.
References anope_cmd_351(), and MOD_CONT.
Referenced by moduleAddIRCDMsgs(), and moduleAddMsgs().
| int m_whois | ( | char * | source, | |
| char * | who | |||
| ) |
Definition at line 329 of file messages.c.
References anope_cmd_307(), anope_cmd_311(), anope_cmd_312(), anope_cmd_317(), anope_cmd_318(), anope_cmd_401(), desc_BotServ, desc_ChanServ, desc_DevNull, desc_GlobalNoticer, desc_HelpServ, desc_HostServ, desc_MemoServ, desc_NickServ, desc_OperServ, findbot(), findnick(), botinfo_::host, ircd, botinfo_::lastmsg, MOD_CONT, nickalias_::nick, botinfo_::nick, NS_KILL_HELD, NSEnforcerHost, NSEnforcerUser, botinfo_::real, s_BotServ, s_ChanServ, s_DevNull, s_GlobalNoticer, s_HelpServ, s_HostServ, s_MemoServ, s_NickServ, s_OperServ, ServerDesc, ServerName, ServiceHost, ServiceUser, start_time, nickalias_::status, stricmp(), ircdvars_::svshold, botinfo_::user, and UseSVSHOLD.
Referenced by anope_event_whois().
| void moduleAddMsgs | ( | void | ) |
Definition at line 399 of file messages.c.
References addCoreMessage(), createMessage(), IRCD, m_stats(), m_time(), and m_version().
| int servernum |
Definition at line 19 of file messages.c.
1.5.1-20070107