use symbolic defines for capability strings

This commit is contained in:
ailin-nemui 2019-08-13 17:36:20 +02:00
commit d512647b3f
2 changed files with 4 additions and 2 deletions

View file

@ -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) \