Merge pull request #248 from LemonBoy/chantypes

Implement CHANTYPES support
This commit is contained in:
Alexander Færøy 2015-09-10 01:37:08 +02:00
commit 7b46dae182
25 changed files with 122 additions and 91 deletions

View file

@ -18,7 +18,7 @@
(SERVER_CONNECT(conn) ? TRUE : FALSE)
#define server_ischannel(server, channel) \
(server)->ischannel(server, channel)
((server)->ischannel(server, channel))
/* all strings should be either NULL or dynamically allocated */
/* address and nick are mandatory, rest are optional */