diff options
Diffstat (limited to 'irc.h')
-rw-r--r-- | irc.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -13,12 +13,6 @@ // fd of the irc connection socket extern int g_ircsock; -// list of channels to join -extern char *g_chanlist[]; -// length of the above -extern const int g_nchannels; - - // connects to the irc server, as defined in config.h // returns -1 on failure. int irc_connect(); |