From 26db6e6c10bbba2796f09ebce50620b03bebabd5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 3 Dec 2018 00:08:24 -0500 Subject: Ignore ~ username prefixes This simplifies a lot. --- chat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 42afea9..b6411d7 100644 --- a/chat.h +++ b/chat.h @@ -43,9 +43,6 @@ struct { bool notify; } self; -void selfNick(const char *nick); -void selfUser(const char *user); - void eventWait(const char *argv[static 2]); void eventPipe(const char *argv[static 2]); void eventQuit(void); -- cgit 1.4.1