mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Merge pull request #248 from LemonBoy/chantypes
Implement CHANTYPES support
This commit is contained in:
commit
7b46dae182
25 changed files with 122 additions and 91 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue