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

BUILD : 1.7.8 (642) BUGS : NOTES : Minor Update (Event Handler) for SUSPENDING

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@490 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
ribosome ribosome@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-03-26 10:13:29 +00:00
parent c4cdb1fe36
commit f3d7f8e676
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -4352,7 +4352,7 @@ static int do_suspend(User * u)
alog("%s: %s set SUSPEND for nick %s", s_NickServ, u->nick, nick);
notice_lang(s_NickServ, u, NICK_SUSPEND_SUCCEEDED, nick);
send_event(EVENT_NICK_FORBIDDEN, nick);
send_event(EVENT_NICK_SUSPENDED, nick);
} else {
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
VERSION_BUILD="641"
VERSION_BUILD="642"
# $Log$
#
# BUILD : 1.7.8 (642)
# BUGS :
# NOTES : Minor Update (Event Handler) for SUSPENDING
#
# BUILD : 1.7.8 (641)
# BUGS :
# NOTES : Added SUSPEND and UNSUSPEND to NickServ. Also added running as root check to anoperc.