1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 13:26:39 +02:00

Fix compile warning.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2100 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2009-02-16 22:59:36 +00:00
parent 7ea34be0b8
commit f756f2b394
+1 -1
View File
@@ -1111,7 +1111,7 @@ int delnick(NickAlias * na)
/* Second thing to do: look for an user using the alias
* being deleted, and make appropriate changes */
if (u = finduser(na->nick))
if ((u = finduser(na->nick)))
{
if (ircd->modeonunreg)
common_svsmode(finduser(na->nick), ircd->modeonunreg, "1");