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

# BUILD : 1.7.14 (1102) # BUGS : 560 # NOTES : fixed ptlink /newmask stuff. thx to trystan.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@826 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-07-24 22:12:44 +00:00
parent 942cb38436
commit 147d9a91a6
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -60,6 +60,7 @@ Provided by Trystan <trystan@nomadirc.net> - 2006
07/14 F Another version fix. [#545]
07/15 F Fixed max param count for SJOINs. [#549]
07/15 F Fixed !halfop fantasy stuff. [#534]
07/25 F Fixed /newmask stuff for ptlink. [#560]
07/14 A Added anope_cmd_action() and new param for EVENT_PART_CHANNEL. [#550]
Anope Version 1.7.14
+1 -1
View File
@@ -456,7 +456,7 @@ int anope_event_newmask(char *source, int ac, char **av)
newhost = av[0];
}
if (*newhost == '@')
if (newhost && *newhost == '@')
newhost++;
u->mode |= UMODE_VH;
+5 -2
View File
@@ -9,15 +9,18 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1101"
VERSION_BUILD="1102"
# $Log$
#
# BUILD : 1.7.14 (1102)
# BUGS : 560
# NOTES : fixed ptlink /newmask stuff. thx to trystan.
#
# BUILD : 1.7.14 (1101)
# BUGS : N/A
# NOTES : Unreal32 will now prompt users to check there link blocks if there wrong.
#
#
# BUILD : 1.7.14 (1100)
# BUGS :
# NOTES : removed os_killclones.c