diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 18:45:11 +0000 |
commit | 9ef7f06be73f820af0a66f084488acdd3929d366 (patch) | |
tree | 675ada22c8fd243dcc428184be2e3a6c4193edc7 /src/protocol/charybdis.c | |
parent | 6fa5553b4ba46641b94025cfee7de07550823fdf (diff) |
Added globaltldprefix to IRCDVar struct, for use in the upcoming cmd_serv_notice and cmd_serv_privmsg functions.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1230 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/charybdis.c')
-rw-r--r-- | src/protocol/charybdis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/charybdis.c b/src/protocol/charybdis.c index f54f4b901..b6ddcd37b 100644 --- a/src/protocol/charybdis.c +++ b/src/protocol/charybdis.c @@ -105,6 +105,7 @@ IRCDVar myIrcd[] = { NULL, /* character set */ 0, /* reports sync state */ 1, /* CIDR channelbans */ + "$$", /* TLD Prefix for Global */ } , {NULL} |