mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02:00
use symbolic defines for capability strings
This commit is contained in:
parent
e0ff13f6c1
commit
d512647b3f
2 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,8 @@
|
|||
#include <irssi/src/irc/core/modes.h>
|
||||
|
||||
#define CAP_LS_VERSION "302"
|
||||
#define CAP_SASL "sasl"
|
||||
#define CAP_MULTI_PREFIX "multi-prefix"
|
||||
|
||||
/* returns IRC_SERVER_REC if it's IRC server, NULL if it isn't */
|
||||
#define IRC_SERVER(server) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue