diff options
-rw-r--r-- | src/protocol/inspircd11.c | 2 | ||||
-rw-r--r-- | 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 @@ -944,8 +944,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) { return; 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 |