@@ -23,15 +23,11 @@ #import @class IRCConnection; @class IRCUser; -#ifndef IRC_CONNECTION_M @protocol IRCConnectionDelegate -#else -@protocol IRCConnectionDelegate -#endif #ifdef OF_HAVE_OPTIONAL_PROTOCOLS @optional #endif - (void)connection: (IRCConnection*)connection didReceiveLine: (OFString*)line;