aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-08-31 14:42:33 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2008-08-31 14:42:33 +0100
commit39f93f0ce1c0a179b51f5ff6474d57509e9e0d17 (patch)
tree2471e302b8e5afff153cd1d8c831b9ec0c68f7ed /irc.h
parent0e639f5e5245aa807764162b7f1928b641947658 (diff)
/join can now be used to join chatrooms, join_chat should not be used
anymore. /join should not be used for unnamed groupchats anymore, use "chat with" instead.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc.h b/irc.h
index e341b2da..f9b2a5b9 100644
--- a/irc.h
+++ b/irc.h
@@ -37,6 +37,7 @@
#define CMODES "nt"
#define CMODE "t"
#define UMODE "s"
+#define CTYPES "&#"
typedef enum
{
@@ -95,7 +96,6 @@ typedef struct irc
} irc_t;
#include "user.h"
-// #include "nick.h"
extern GSList *irc_connection_list;