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

# BUILD : 1.7.18 (1230) # BUGS : 656 # NOTES : We now send out UNKLINE on hybridircd

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@949 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-03-03 16:19:06 +00:00
parent f70d6e35ec
commit 13c26383c9
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ Anope Version S V N
01/15 F InspIRCD 1.1 protocol module used windows incompatible strtok_r. [#667]
01/22 F Crash during first save when MySQL is enabled. [#672]
03/03 F SAs can no longer move other SAs down to ServicesOpers. [#690]
03/03 F We now send out UNKLINE on hybrid when /os akill del is issued. [#656]
Anope Version 1.7.18
--------------------
+2 -1
View File
@@ -687,7 +687,8 @@ void hybrid_cmd_sgline(char *mask, char *reason)
void hybrid_cmd_remove_akill(char *user, char *host)
{
/* does not support */
// hybrid seems to support UNKLINE -Certus
send_cmd(s_OperServ, "UNKLINE * %s %s", user, host);
}
void hybrid_cmd_topic(char *whosets, char *chan, char *whosetit,
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="18"
VERSION_EXTRA="-svn"
VERSION_BUILD="1229"
VERSION_BUILD="1230"
# $Log$
#
# BUILD : 1.7.18 (1230)
# BUGS : 656
# NOTES : We now send out UNKLINE on hybridircd
#
# BUILD : 1.7.18 (1229)
# BUGS : 690
# NOTES : SAs can no longer move down other SAs to the SO list.