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

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
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-12-03 16:17:48 +00:00
parent 2ad0fde826
commit edfb74f6e6
2 changed files with 5 additions and 3 deletions
-2
View File
@@ -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) {
+5 -1
View File
@@ -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