mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
isupport patch by David Leadbeater
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3211 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3ccbd0405b
commit
217283caea
30 changed files with 520 additions and 133 deletions
|
|
@ -19,9 +19,8 @@ typedef struct _REDIRECT_REC REDIRECT_REC;
|
|||
((a) == '^' || (a) == '~' || \
|
||||
(a) == '+' || (a) == '=' || (a) == '-')
|
||||
|
||||
#define isnickflag(a) \
|
||||
((a) == '@' || (a) == '+' || (a) == '%' || /* op / voice */ \
|
||||
(a) == '%' || (a) == '.' || (a) == '!') /* extensions: half-op / owners */
|
||||
#define isnickflag(server, a) \
|
||||
(server->prefix[(int)(unsigned char) a] != '\0')
|
||||
|
||||
#define ischannel(a) \
|
||||
((a) == '#' || /* normal */ \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue