summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--handle.c1
1 files changed, 0 insertions, 1 deletions
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;