From edfb74f6e6754e2deac33984d87da134646c0517 Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 3 Dec 2007 16:17:48 +0000 Subject: [PATCH] BUILD : 1.7.19 (1315) BUGS : NOTES : Left an oops after the last commit :) git-svn-id: svn://svn.anope.org/anope/trunk@1315 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1033 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/inspircd11.c | 2 -- version.log | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c index ebe0a553c..972ffd1b3 100644 --- a/src/protocol/inspircd11.c +++ b/src/protocol/inspircd11.c @@ -943,8 +943,6 @@ void inspircd_cmd_chghost(char *nick, char *vhost) /* CHGIDENT */ void inspircd_cmd_chgident(char *nick, char *vIdent) -{ -void inspircd_cmd_chgident(char *nick, char *vIdent) { if (has_chgidentmod == 1) { if (!nick || !vIdent || !*vIdent) { diff --git a/version.log b/version.log index ed50c9497..99b5aa733 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="19" VERSION_EXTRA="-svn" -VERSION_BUILD="1314" +VERSION_BUILD="1315" # $Log$ # +# BUILD : 1.7.19 (1315) +# BUGS : +# NOTES : Left an oops after the last commit :) +# # BUILD : 1.7.19 (1314) # BUGS : 797 # NOTES : Fixed malformed command for chgident in inspircd11.c