1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

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
parent 184b454e2f
commit bc1dc2b688

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,