mirror of
https://github.com/anope/anope.git
synced 2026-07-03 21:23:13 +02:00
Added option for delayed pseudo-client introduction. (Required for Insp 1.2)
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2535 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -108,8 +108,9 @@ IRCDVar myIrcd[] = {
|
||||
NULL, /* character set */
|
||||
1, /* reports sync state */
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -909,8 +910,10 @@ void bahamut_cmd_connect(int servernum)
|
||||
bahamut_cmd_burst();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void bahamut_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
|
||||
/* EVENT : SERVER */
|
||||
@@ -1619,6 +1622,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(bahamut_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(bahamut_cmd_vhost_on);
|
||||
pmodule_cmd_connect(bahamut_cmd_connect);
|
||||
pmodule_cmd_bob(bahamut_cmd_bob);
|
||||
pmodule_cmd_svshold(bahamut_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(bahamut_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(bahamut_cmd_unsgline);
|
||||
|
||||
@@ -111,6 +111,7 @@ void bahamut_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void bahamut_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void bahamut_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void bahamut_cmd_connect(int servernum);
|
||||
void bahamut_cmd_bob();
|
||||
void bahamut_cmd_svshold(char *nick);
|
||||
void bahamut_cmd_release_svshold(char *nick);
|
||||
void bahamut_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -107,6 +107,7 @@ IRCDVar myIrcd[] = {
|
||||
1, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j Mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -1044,6 +1045,11 @@ void charybdis_cmd_connect(int servernum)
|
||||
charybdis_cmd_svinfo();
|
||||
}
|
||||
|
||||
void charybdis_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void charybdis_cmd_bot_nick(char *nick, char *user, char *host, char *real,
|
||||
char *modes)
|
||||
{
|
||||
@@ -1927,6 +1933,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(charybdis_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(charybdis_cmd_vhost_on);
|
||||
pmodule_cmd_connect(charybdis_cmd_connect);
|
||||
pmodule_cmd_bob(charybdis_cmd_bob);
|
||||
pmodule_cmd_svshold(charybdis_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(charybdis_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(charybdis_cmd_unsgline);
|
||||
|
||||
@@ -99,6 +99,7 @@ void charybdis_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void charybdis_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void charybdis_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void charybdis_cmd_connect(int servernum);
|
||||
void charybdis_cmd_bob();
|
||||
void charybdis_cmd_svshold(char *nick);
|
||||
void charybdis_cmd_release_svshold(char *nick);
|
||||
void charybdis_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,6 +108,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -639,6 +640,11 @@ void dreamforge_cmd_connect(int servernum)
|
||||
dreamforge_cmd_server(ServerName, 1, ServerDesc);
|
||||
}
|
||||
|
||||
void dreamforge_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void dreamforge_cmd_bot_chan_mode(char *nick, char *chan)
|
||||
{
|
||||
anope_cmd_mode(nick, chan, "%s %s %s", ircd->botchanumode, nick, nick);
|
||||
@@ -1324,6 +1330,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(dreamforge_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(dreamforge_cmd_vhost_on);
|
||||
pmodule_cmd_connect(dreamforge_cmd_connect);
|
||||
pmodule_cmd_bob(dreamforge_cmd_bob);
|
||||
pmodule_cmd_svshold(dreamforge_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(dreamforge_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(dreamforge_cmd_unsgline);
|
||||
|
||||
@@ -91,6 +91,7 @@ void dreamforge_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void dreamforge_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void dreamforge_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void dreamforge_cmd_connect(int servernum);
|
||||
void dreamforge_cmd_bob();
|
||||
void dreamforge_cmd_svshold(char *nick);
|
||||
void dreamforge_cmd_release_svshold(char *nick);
|
||||
void dreamforge_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,6 +108,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -840,6 +841,11 @@ void hybrid_cmd_connect(int servernum)
|
||||
hybrid_cmd_svinfo();
|
||||
}
|
||||
|
||||
void hybrid_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void hybrid_cmd_svsinfo()
|
||||
{
|
||||
/* not used */
|
||||
@@ -1513,6 +1519,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(hybrid_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(hybrid_cmd_vhost_on);
|
||||
pmodule_cmd_connect(hybrid_cmd_connect);
|
||||
pmodule_cmd_bob(hybrid_cmd_bob);
|
||||
pmodule_cmd_svshold(hybrid_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(hybrid_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(hybrid_cmd_unsgline);
|
||||
|
||||
@@ -96,6 +96,7 @@ void hybrid_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void hybrid_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void hybrid_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void hybrid_cmd_connect(int servernum);
|
||||
void hybrid_cmd_bob();
|
||||
void hybrid_cmd_svshold(char *nick);
|
||||
void hybrid_cmd_release_svshold(char *nick);
|
||||
void hybrid_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -127,6 +127,7 @@ IRCDVar myIrcd[] = {
|
||||
1, /* CIDR channelbans */
|
||||
1, /* +j */
|
||||
CMODE_j, /* +j Mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -1174,6 +1175,11 @@ void inspircd_cmd_connect(int servernum)
|
||||
new_server(NULL, ServerName, ServerDesc, SERVER_ISME, NULL);
|
||||
}
|
||||
|
||||
void inspircd_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
int anope_event_ping(char *source, int ac, char **av)
|
||||
@@ -1895,6 +1901,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(inspircd_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(inspircd_cmd_vhost_on);
|
||||
pmodule_cmd_connect(inspircd_cmd_connect);
|
||||
pmodule_cmd_bob(inspircd_cmd_bob);
|
||||
pmodule_cmd_svshold(inspircd_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(inspircd_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(inspircd_cmd_unsqline);
|
||||
|
||||
@@ -105,6 +105,7 @@ void inspircd_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void inspircd_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void inspircd_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void inspircd_cmd_connect(int servernum);
|
||||
void inspircd_cmd_bob();
|
||||
void inspircd_cmd_svshold(char *nick);
|
||||
void inspircd_cmd_release_svshold(char *nick);
|
||||
void inspircd_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -106,6 +106,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -988,6 +989,12 @@ plexus_cmd_connect (int servernum)
|
||||
plexus_cmd_svinfo ();
|
||||
}
|
||||
|
||||
void
|
||||
plexus_cmd_bob()
|
||||
{
|
||||
/* not used */
|
||||
}
|
||||
|
||||
void
|
||||
plexus_cmd_svsinfo ()
|
||||
{
|
||||
@@ -1817,6 +1824,7 @@ moduleAddAnopeCmds ()
|
||||
pmodule_cmd_svsnick (plexus_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on (plexus_cmd_vhost_on);
|
||||
pmodule_cmd_connect (plexus_cmd_connect);
|
||||
pmodule_cmd_bob(plexus_cmd_bob);
|
||||
pmodule_cmd_svshold (plexus_cmd_svshold);
|
||||
pmodule_cmd_release_svshold (plexus_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline (plexus_cmd_unsgline);
|
||||
|
||||
@@ -105,6 +105,7 @@ void plexus_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void plexus_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void plexus_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void plexus_cmd_connect(int servernum);
|
||||
void plexus_cmd_bob();
|
||||
void plexus_cmd_svshold(char *nick);
|
||||
void plexus_cmd_release_svshold(char *nick);
|
||||
void plexus_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -106,6 +106,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -965,6 +966,12 @@ plexus_cmd_connect (int servernum)
|
||||
plexus_cmd_svinfo ();
|
||||
}
|
||||
|
||||
void
|
||||
plexus_cmd_bob()
|
||||
{
|
||||
/* not used */
|
||||
}
|
||||
|
||||
void
|
||||
plexus_cmd_svsinfo ()
|
||||
{
|
||||
@@ -1794,6 +1801,7 @@ moduleAddAnopeCmds ()
|
||||
pmodule_cmd_svsnick (plexus_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on (plexus_cmd_vhost_on);
|
||||
pmodule_cmd_connect (plexus_cmd_connect);
|
||||
pmodule_cmd_bob(plexus_cmd_bob);
|
||||
pmodule_cmd_svshold (plexus_cmd_svshold);
|
||||
pmodule_cmd_release_svshold (plexus_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline (plexus_cmd_unsgline);
|
||||
|
||||
@@ -92,6 +92,7 @@ void plexus_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void plexus_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void plexus_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void plexus_cmd_connect(int servernum);
|
||||
void plexus_cmd_bob();
|
||||
void plexus_cmd_svshold(char *nick);
|
||||
void plexus_cmd_release_svshold(char *nick);
|
||||
void plexus_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,6 +108,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -881,6 +882,10 @@ void ptlink_cmd_connect(int servernum)
|
||||
ptlink_cmd_svsinfo();
|
||||
}
|
||||
|
||||
void ptlink_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
|
||||
int anope_event_privmsg(char *source, int ac, char **av)
|
||||
@@ -1736,6 +1741,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(ptlink_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(ptlink_cmd_vhost_on);
|
||||
pmodule_cmd_connect(ptlink_cmd_connect);
|
||||
pmodule_cmd_bob(ptlink_cmd_bob);
|
||||
pmodule_cmd_svshold(ptlink_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(ptlink_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(ptlink_cmd_unsgline);
|
||||
|
||||
@@ -131,6 +131,7 @@ void ptlink_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void ptlink_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void ptlink_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void ptlink_cmd_connect(int servernum);
|
||||
void ptlink_cmd_bob();
|
||||
void ptlink_cmd_svshold(char *nick);
|
||||
void ptlink_cmd_release_svshold(char *nick);
|
||||
void ptlink_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,7 +108,8 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
}
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
};
|
||||
@@ -785,6 +786,11 @@ void rageircd_cmd_connect(int servernum)
|
||||
rageircd_cmd_burst();
|
||||
}
|
||||
|
||||
void rageircd_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void rageircd_set_umode(User * user, int ac, char **av)
|
||||
{
|
||||
int add = 1; /* 1 if adding modes, 0 if deleting */
|
||||
@@ -1616,6 +1622,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(rageircd_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(rageircd_cmd_vhost_on);
|
||||
pmodule_cmd_connect(rageircd_cmd_connect);
|
||||
pmodule_cmd_bob(rageircd_cmd_bob);
|
||||
pmodule_cmd_svshold(rageircd_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(rageircd_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(rageircd_cmd_unsgline);
|
||||
|
||||
@@ -94,6 +94,7 @@ void rageircd_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void rageircd_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void rageircd_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void rageircd_cmd_connect(int servernum);
|
||||
void rageircd_cmd_bob();
|
||||
void rageircd_cmd_svshold(char *nick);
|
||||
void rageircd_cmd_release_svshold(char *nick);
|
||||
void rageircd_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,7 +108,8 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
}
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
};
|
||||
@@ -987,6 +988,11 @@ void ratbox_cmd_connect(int servernum)
|
||||
ratbox_cmd_svinfo();
|
||||
}
|
||||
|
||||
void ratbox_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void ratbox_cmd_bot_nick(char *nick, char *user, char *host, char *real,
|
||||
char *modes)
|
||||
{
|
||||
@@ -1822,6 +1828,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(ratbox_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(ratbox_cmd_vhost_on);
|
||||
pmodule_cmd_connect(ratbox_cmd_connect);
|
||||
pmodule_cmd_bob(ratbox_cmd_bob);
|
||||
pmodule_cmd_svshold(ratbox_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(ratbox_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(ratbox_cmd_unsgline);
|
||||
|
||||
@@ -98,6 +98,7 @@ void ratbox_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void ratbox_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void ratbox_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void ratbox_cmd_connect(int servernum);
|
||||
void ratbox_cmd_bob();
|
||||
void ratbox_cmd_svshold(char *nick);
|
||||
void ratbox_cmd_release_svshold(char *nick);
|
||||
void ratbox_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -109,6 +109,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -989,6 +990,11 @@ void shadowircd_cmd_connect(int servernum)
|
||||
shadowircd_cmd_svinfo();
|
||||
}
|
||||
|
||||
void shadowircd_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
void shadowircd_cmd_bot_nick(char *nick, char *user, char *host,
|
||||
char *real, char *modes)
|
||||
{
|
||||
@@ -1773,6 +1779,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(shadowircd_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(shadowircd_cmd_vhost_on);
|
||||
pmodule_cmd_connect(shadowircd_cmd_connect);
|
||||
pmodule_cmd_bob(shadowircd_cmd_bob);
|
||||
pmodule_cmd_svshold(shadowircd_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(shadowircd_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(shadowircd_cmd_unsgline);
|
||||
|
||||
@@ -123,6 +123,7 @@ void shadowircd_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void shadowircd_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void shadowircd_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void shadowircd_cmd_connect(int servernum);
|
||||
void shadowircd_cmd_bob();
|
||||
void shadowircd_cmd_svshold(char *nick);
|
||||
void shadowircd_cmd_release_svshold(char *nick);
|
||||
void shadowircd_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,8 +108,9 @@ IRCDVar myIrcd[] = {
|
||||
NULL, /* character set */
|
||||
1, /* reports sync state */
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -1649,6 +1650,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(solidircd_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(solidircd_cmd_vhost_on);
|
||||
pmodule_cmd_connect(solidircd_cmd_connect);
|
||||
pmodule_cmd_bob(solidircd_cmd_burst);
|
||||
pmodule_cmd_svshold(solidircd_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(solidircd_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(solidircd_cmd_unsgline);
|
||||
|
||||
@@ -118,6 +118,7 @@ void solidircd_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void solidircd_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void solidircd_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void solidircd_cmd_connect(int servernum);
|
||||
void solidircd_cmd_bob();
|
||||
void solidircd_cmd_svshold(char *nick);
|
||||
void solidircd_cmd_release_svshold(char *nick);
|
||||
void solidircd_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,6 +108,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -895,6 +896,11 @@ void ultimate2_cmd_connect(int servernum)
|
||||
ultimate2_cmd_server(ServerName, 1, ServerDesc);
|
||||
}
|
||||
|
||||
void ultimate2_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* CHGHOST */
|
||||
void ultimate2_cmd_chghost(char *nick, char *vhost)
|
||||
{
|
||||
@@ -1674,6 +1680,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(ultimate2_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(ultimate2_cmd_vhost_on);
|
||||
pmodule_cmd_connect(ultimate2_cmd_connect);
|
||||
pmodule_cmd_bob(ultimate2_cmd_bob);
|
||||
pmodule_cmd_svshold(ultimate2_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(ultimate2_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(ultimate2_cmd_unsgline);
|
||||
|
||||
@@ -99,6 +99,7 @@ void ultimate2_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void ultimate2_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void ultimate2_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void ultimate2_cmd_connect(int servernum);
|
||||
void ultimate2_cmd_bob();
|
||||
void ultimate2_cmd_svshold(char *nick);
|
||||
void ultimate2_cmd_release_svshold(char *nick);
|
||||
void ultimate2_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -108,6 +108,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -1467,6 +1468,11 @@ void ultimate3_cmd_connect(int servernum)
|
||||
ultimate3_cmd_burst();
|
||||
}
|
||||
|
||||
void ultimate3_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* SVSHOLD - set */
|
||||
void ultimate3_cmd_svshold(char *nick)
|
||||
{
|
||||
@@ -1757,6 +1763,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(ultimate3_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(ultimate3_cmd_vhost_on);
|
||||
pmodule_cmd_connect(ultimate3_cmd_connect);
|
||||
pmodule_cmd_bob(ultimate3_cmd_bob);
|
||||
pmodule_cmd_svshold(ultimate3_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(ultimate3_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(ultimate3_cmd_unsgline);
|
||||
|
||||
@@ -104,6 +104,7 @@ void ultimate3_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void ultimate3_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void ultimate3_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void ultimate3_cmd_connect(int servernum);
|
||||
void ultimate3_cmd_bob();
|
||||
void ultimate3_cmd_svshold(char *nick);
|
||||
void ultimate3_cmd_release_svshold(char *nick);
|
||||
void ultimate3_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -110,6 +110,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -989,6 +990,11 @@ void unreal_cmd_connect(int servernum)
|
||||
unreal_cmd_server(ServerName, 1, ServerDesc);
|
||||
}
|
||||
|
||||
void unreal_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
int anope_event_ping(char *source, int ac, char **av)
|
||||
@@ -1532,6 +1538,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(unreal_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(unreal_cmd_vhost_on);
|
||||
pmodule_cmd_connect(unreal_cmd_connect);
|
||||
pmodule_cmd_bob(unreal_cmd_bob);
|
||||
pmodule_cmd_svshold(unreal_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(unreal_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(unreal_cmd_unsgline);
|
||||
|
||||
@@ -104,6 +104,7 @@ void unreal_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void unreal_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void unreal_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void unreal_cmd_connect(int servernum);
|
||||
void unreal_cmd_bob();
|
||||
void unreal_cmd_svshold(char *nick);
|
||||
void unreal_cmd_release_svshold(char *nick);
|
||||
void unreal_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -110,6 +110,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
1, /* +j */
|
||||
CMODE_j, /* +j Mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -1114,6 +1115,11 @@ void unreal_cmd_connect(int servernum)
|
||||
unreal_cmd_server(ServerName, 1, ServerDesc);
|
||||
}
|
||||
|
||||
void unreal_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* Events */
|
||||
|
||||
int anope_event_ping(char *source, int ac, char **av)
|
||||
@@ -2197,6 +2203,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(unreal_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(unreal_cmd_vhost_on);
|
||||
pmodule_cmd_connect(unreal_cmd_connect);
|
||||
pmodule_cmd_bob(unreal_cmd_bob);
|
||||
pmodule_cmd_svshold(unreal_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(unreal_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(unreal_cmd_unsgline);
|
||||
|
||||
@@ -134,6 +134,7 @@ void unreal_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void unreal_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void unreal_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void unreal_cmd_connect(int servernum);
|
||||
void unreal_cmd_bob();
|
||||
void unreal_cmd_svshold(char *nick);
|
||||
void unreal_cmd_release_svshold(char *nick);
|
||||
void unreal_cmd_unsgline(char *mask);
|
||||
|
||||
@@ -109,6 +109,7 @@ IRCDVar myIrcd[] = {
|
||||
0, /* CIDR channelbans */
|
||||
0, /* +j */
|
||||
0, /* +j mode */
|
||||
0, /* Use delayed client introduction. */
|
||||
}
|
||||
,
|
||||
{NULL}
|
||||
@@ -983,6 +984,11 @@ void viagra_cmd_connect(int servernum)
|
||||
viagra_cmd_burst();
|
||||
}
|
||||
|
||||
void viagra_cmd_bob()
|
||||
{
|
||||
/* Not used */
|
||||
}
|
||||
|
||||
/* EVENT : OS */
|
||||
int anope_event_os(char *source, int ac, char **av)
|
||||
{
|
||||
@@ -1656,6 +1662,7 @@ void moduleAddAnopeCmds()
|
||||
pmodule_cmd_svsnick(viagra_cmd_svsnick);
|
||||
pmodule_cmd_vhost_on(viagra_cmd_vhost_on);
|
||||
pmodule_cmd_connect(viagra_cmd_connect);
|
||||
pmodule_cmd_bob(viagra_cmd_bob);
|
||||
pmodule_cmd_svshold(viagra_cmd_svshold);
|
||||
pmodule_cmd_release_svshold(viagra_cmd_release_svshold);
|
||||
pmodule_cmd_unsgline(viagra_cmd_unsgline);
|
||||
|
||||
@@ -113,6 +113,7 @@ void viagra_cmd_chg_nick(char *oldnick, char *newnick);
|
||||
void viagra_cmd_svsnick(char *source, char *guest, time_t when);
|
||||
void viagra_cmd_vhost_on(char *nick, char *vIdent, char *vhost);
|
||||
void viagra_cmd_connect(int servernum);
|
||||
void viagra_cmd_bob();
|
||||
void viagra_cmd_svshold(char *nick);
|
||||
void viagra_cmd_release_svshold(char *nick);
|
||||
void viagra_cmd_unsgline(char *mask);
|
||||
|
||||
Reference in New Issue
Block a user