diff options
author | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-01 17:11:58 +0000 |
---|---|---|
committer | jantje_85 <jantje_85@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-08-01 17:11:58 +0000 |
commit | 2bd483c2734c76f295a0885ce93ce1f5dc1eb810 (patch) | |
tree | 0c85703fbcd51ae79b3d6b8e4abcf7d5c683f72e /src/users.c | |
parent | 217a375517941ce5d0d2d92beb4604eff8accca2 (diff) |
Added forgotten entries to version.log and Changes, some cleanup, and fixed a few minor TS6 issues.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2401 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index 74183fc8c..0b4960ab3 100644 --- a/src/users.c +++ b/src/users.c @@ -665,7 +665,7 @@ User *do_nick(const char *source, char *nick, char *username, char *host, } else { /* An old user changing nicks. */ - if (UseTS6) + if (UseTS6 && ircd->ts6) user = find_byuid(source); if (!user) |