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

Fixed bug #1194 - Fixed /nickserv group to use nicktracking if enabled

This commit is contained in:
Adam
2010-09-28 18:23:04 -04:00
parent e990259d6d
commit b92711dc15
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -252,6 +252,10 @@ int do_group(User * u)
}
check_memos(u);
/* Enable nick tracking if enabled */
if (NSNickTracking)
nsStartNickTracking(u);
} else {
alog("%s: makealias(%s) failed", s_NickServ, u->nick);
notice_lang(s_NickServ, u, NICK_GROUP_FAILED);
+2 -1
View File
@@ -8,9 +8,10 @@ VERSION_MAJOR="1"
VERSION_MINOR="8"
VERSION_PATCH="5"
VERSION_EXTRA="-git"
VERSION_BUILD="3041"
VERSION_BUILD="3042"
# $Log$ # Changes since 1.8.5 Release
#Revision 3042 - Fixed /nickserv group to use nicktracking if enabled
#Revision 3041 - Rewrote the mail forking code to use pipes, sometimes mails wouldn't work with the old method
#Revision 3040 - Fixed configure failing on some systems which have a partial MySQL installation
#Revision 3039 - Fixed db-merger handling some hostserv collisions