diff options
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h index a9a959e8c..11a833344 100644 --- a/include/services.h +++ b/include/services.h @@ -345,6 +345,7 @@ struct ircdvars_ { int cidrchanbei; /* channel bans/excepts/invites support CIDR (syntax: +b *!*@192.168.0.0/15) * 0 for no support, 1 for strict cidr support, anything else * for ircd specific support (nefarious only cares about first /mask) */ + char *globaltldprefix; /* TLD prefix used for Global */ }; struct ircdcapab_ { |