mirror of
https://github.com/anope/anope.git
synced 2026-07-07 11:23:13 +02:00
BUILD : 1.7.6 (490) BUGS : 253 NOTES : Fixed loguser where the nickip is 0
git-svn-id: svn://svn.anope.org/anope/trunk@490 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@344 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
ada71328a9
commit
422bc90c45
+1
-1
@@ -399,7 +399,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host,
|
||||
if (debug)
|
||||
alog("debug: new user: %s", nick);
|
||||
|
||||
if (ircd->nickip && ip) {
|
||||
if (ircd->nickip) {
|
||||
addr.s_addr = htonl(ip);
|
||||
ntoa(addr, ipbuf, sizeof(ipbuf));
|
||||
}
|
||||
|
||||
+5
-1
@@ -8,10 +8,14 @@
|
||||
VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="6"
|
||||
VERSION_BUILD="489"
|
||||
VERSION_BUILD="490"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.6 (490)
|
||||
# BUGS : 253
|
||||
# NOTES : Fixed loguser where the nickip is 0
|
||||
#
|
||||
# BUILD : 1.7.6 (489)
|
||||
# BUGS : 244, 246, 247, 248, 249, 250, 251, 252, 254, 255
|
||||
# NOTES : 1. In some cases READONLY was not respected, and data was saved.
|
||||
|
||||
Reference in New Issue
Block a user