1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 06:43:13 +02:00

Merge branch '1.9' of ssh://anope.git.sourceforge.net/gitroot/anope/anope into 1.9

This commit is contained in:
DukePyrolator
2010-12-14 08:13:09 +01:00
15 changed files with 40 additions and 52 deletions
-7
View File
@@ -25,7 +25,6 @@ IRCDVar myIrcd[] = {
0, /* Join 2 Message */
1, /* Chan SQlines */
1, /* Quit on Kill */
1, /* SVSMODE unban */
0, /* vidents */
1, /* svshold */
1, /* time stamp on mode */
@@ -103,12 +102,6 @@ class BahamutIRCdProto : public IRCDProto
send_cmd(Config->ServerName, "SVSHOLD %s 0", nick.c_str());
}
/* SVSMODE -b */
void SendBanDel(const Channel *c, const Anope::string &nick)
{
SendSVSModeChan(c, "-b", nick);
}
/* SVSMODE channel modes */
void SendSVSModeChan(const Channel *c, const Anope::string &mode, const Anope::string &nick)
{
-1
View File
@@ -25,7 +25,6 @@ IRCDVar myIrcd[] = {
1, /* Join 2 Message */
0, /* Chan SQlines */
0, /* Quit on Kill */
0, /* SVSMODE unban */
1, /* vidents */
1, /* svshold */
0, /* time stamp on mode */
-1
View File
@@ -31,7 +31,6 @@ IRCDVar myIrcd[] = {
0, /* Join 2 Message */
0, /* Chan SQlines */
0, /* Quit on Kill */
0, /* SVSMODE unban */
1, /* vidents */
1, /* svshold */
0, /* time stamp on mode */
-1
View File
@@ -31,7 +31,6 @@ IRCDVar myIrcd[] = {
0, /* Join 2 Message */
0, /* Chan SQlines */
0, /* Quit on Kill */
0, /* SVSMODE unban */
1, /* vidents */
1, /* svshold */
0, /* time stamp on mode */
-1
View File
@@ -25,7 +25,6 @@ IRCDVar myIrcd[] = {
0, /* Join 2 Message */
1, /* Chan SQlines */
0, /* Quit on Kill */
0, /* SVSMODE unban */
0, /* vidents */
1, /* svshold */
1, /* time stamp on mode */
-1
View File
@@ -25,7 +25,6 @@ IRCDVar myIrcd[] = {
1, /* Join 2 Message */
1, /* Chan SQlines */
0, /* Quit on Kill */
0, /* SVSMODE unban */
0, /* vidents */
0, /* svshold */
0, /* time stamp on mode */
-7
View File
@@ -25,7 +25,6 @@ IRCDVar myIrcd[] = {
0, /* Join 2 Message */
0, /* Chan SQlines */
0, /* Quit on Kill */
1, /* SVSMODE unban */
1, /* vidents */
1, /* svshold */
1, /* time stamp on mode */
@@ -301,12 +300,6 @@ class UnrealIRCdProto : public IRCDProto
send_cmd("", "BR + %s :%s", edited_reason.c_str(), x->Mask.c_str());
}
/* SVSMODE -b */
void SendBanDel(const Channel *c, const Anope::string &nick)
{
SendSVSModeChan(c, "-b", nick);
}
/* SVSMODE channel modes */
void SendSVSModeChan(const Channel *c, const Anope::string &mode, const Anope::string &nick)