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

BUILD : 1.7.6 (459) BUGS : N/A NOTES : Got Unreals SVSNLINE (sgline) working

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@313 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-11-22 06:14:11 +00:00
parent 089557ed87
commit 9f2191b82c
2 changed files with 9 additions and 14 deletions
+4 -13
View File
@@ -57,7 +57,7 @@ IRCDVar ircd[] = {
"+rd", /* Mode On Reg */
"-r+d", /* Mode on UnReg */
"-r+d", /* Mode on Nick Change */
0, /* Supports SGlines */
1, /* Supports SGlines */
1, /* Supports SQlines */
1, /* Supports SZlines */
1, /* Supports Halfop +h */
@@ -1901,12 +1901,7 @@ void anope_cmd_release_svshold(char *nick)
*/
void anope_cmd_unsgline(char *mask)
{
/*
Although Unreal has SVSNLINE, it has not worked in older version of
Unreal 3.2 it confused the tokens, now with 3.2.2 it seems they don't
understand the command at all, leaving it disable till I figure out
what is going on with it.
*/
send_cmd(NULL, "SVSNLINE - :%s", mask);
}
/* UNSZLINE */
@@ -1930,12 +1925,8 @@ void anope_cmd_szline(char *mask, char *reason, char *whom)
*/
void anope_cmd_sgline(char *mask, char *reason)
{
/*
Although Unreal has SVSNLINE, it has not worked the older version of
Unreal 3.2 it confused the tokens, now with 3.2.2 it seems they don't
understand the command at all, leaving it disable till I figure out
what is going on with it.
*/
strnrepl(reason, BUFSIZE, " ", "_");
send_cmd(NULL, "SVSNLINE + %s :%s", reason, mask);
}
/* SVSMODE -b */
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="6"
VERSION_BUILD="458"
VERSION_BUILD="459"
# $Log$
#
# BUILD : 1.7.6 (459)
# BUGS : N/A
# NOTES : Got Unreals SVSNLINE (sgline) working
#
# BUILD : 1.7.6 (458)
# BUGS : N/A
# NOTES : Updated our SGLINE/SZLINE support to all ircd where avaiable, this fixes some issues as well