From 147d9a91a69a57f12bc35b059d891ea9e6068689 Mon Sep 17 00:00:00 2001 From: "certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 24 Jul 2006 22:12:44 +0000 Subject: [PATCH] # 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 --- Changes | 1 + src/protocol/ptlink.c | 2 +- version.log | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 7be7cae6e..59343ed30 100644 --- a/Changes +++ b/Changes @@ -60,6 +60,7 @@ Provided by Trystan - 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 diff --git a/src/protocol/ptlink.c b/src/protocol/ptlink.c index c0bb4c347..760e9c446 100644 --- a/src/protocol/ptlink.c +++ b/src/protocol/ptlink.c @@ -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; diff --git a/version.log b/version.log index ed2ccab2c..03bbc892d 100644 --- a/version.log +++ b/version.log @@ -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