aboutsummaryrefslogtreecommitdiff
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/irc.h b/irc.h
index 870508f..d319eee 100644
--- a/irc.h
+++ b/irc.h
@@ -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();