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

BUILD : 1.7.5 (345) BUGS : NOTES : Renamed anope_cmd_relase_svshold to anope_cmd_release_svshold

git-svn-id: svn://svn.anope.org/anope/trunk@345 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@221 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-09-10 18:00:22 +00:00
parent 9737fafd75
commit 87f6636c25
14 changed files with 18 additions and 13 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
send_cmd(ServerName, "SVSHOLD %s 0", nick);
}
+1 -1
View File
@@ -1140,7 +1140,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1233,7 +1233,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1723,7 +1723,7 @@ static void release(NickAlias * na, int from_timeout)
del_ns_timeout(na, TO_RELEASE);
if (ircd->svshold) {
if (UseSVSHOLD) {
anope_cmd_relase_svshold(na->nick);
anope_cmd_release_svshold(na->nick);
} else {
anope_cmd_quit(na->nick, NULL);
}
+1 -1
View File
@@ -1248,7 +1248,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1325,7 +1325,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
send_cmd(ServerName, "SVSHOLD %s 0", nick);
}
+1 -1
View File
@@ -1355,7 +1355,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1508,7 +1508,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1392,7 +1392,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1484,7 +1484,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}
+1 -1
View File
@@ -1403,7 +1403,7 @@ void anope_cmd_svshold(char *nick)
}
/* SVSHOLD - release */
void anope_cmd_relase_svshold(char *nick)
void anope_cmd_release_svshold(char *nick)
{
/* Not Supported by this IRCD */
}