X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/f1d4a7dbdfec20ef797d5675b036470ec04bd6d5..50220e579db9eb8e9d5ade20154302ec750da8ab:/src/hash.c diff --git a/src/hash.c b/src/hash.c index f493436..c45e5a3 100644 --- a/src/hash.c +++ b/src/hash.c @@ -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) {