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:
parent
2ad0fde826
commit
edfb74f6e6
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user