diff options
| -rw-r--r-- | handle.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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; | 
