IRCClient: Unbreak building with extra debug macros

This commit is contained in:
Ben Wiederhake 2020-08-27 00:33:21 +02:00 committed by Andreas Kling
commit bc1dc2b688
Notes: sideshowbarker 2024-07-19 03:02:39 +09:00

View file

@ -39,7 +39,9 @@
#include <stdio.h>
#include <strings.h>
#define IRC_DEBUG
#ifndef IRC_DEBUG
# define IRC_DEBUG
#endif
enum IRCNumeric {
RPL_WELCOME = 1,