diff --git a/handle.c b/handle.c index faf44aa..29b354c 100644 --- a/handle.c +++ b/handle.c @@ -76,7 +76,6 @@ static void shift( static bool isSelf(const char *nick, const char *user) { if (!user) return false; - if (!strcmp(user, self.user)) return true; if (!strcmp(nick, self.nick)) { if (strcmp(user, self.user)) selfUser(user); return true;