]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.c
allow auto-oper on LOC too
[irc/evilnet/x3.git] / src / hash.c
index f493436a5a5ca7ee81108bbbfd740f2c45451cfd..c45e5a387ae4be1e242843d0d0ad6e15e00e0266 100644 (file)
@@ -231,15 +231,6 @@ SVSNickChange(struct userNode* user, const char *new_nick)
     free(old_nick);
 }
 
-/* go through all clients and look for one with this userNode pointer.
- * if we can find it, return true. Otherwise, the user got killed or 
- * something and the pointer is not valid anymore */
-unsigned int
-IsUserP(struct userNode *user)
-{
-    return dict_validptr(clients, user);
-}
-
 struct userNode *
 GetUserH(const char *nick)
 {