summaryrefslogtreecommitdiff
path: root/src/plexus.c
diff options
context:
space:
mode:
authortrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-28 20:18:28 +0000
committertrystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-28 20:18:28 +0000
commit03573ab1390c3522f8dfa5b4c7f514a6b767fe18 (patch)
tree29f2228a197d9ed785cd8675e08f19a829875895 /src/plexus.c
parent607478cb0d4c78f51f17680a4d29cc2c448278c8 (diff)
BUILD : 1.7.8 (588) BUGS : 304 NOTES : 1. nickIsServices() no longer alters the buffer 2. Fixes +I on Unreal and Bahamut 3. Anope Feature Request 285 4. Updates documentation 5. Ratbox compiles clean with make strict 6. Trap and storing of NICKCHARS
git-svn-id: svn://svn.anope.org/anope/trunk@588 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@438 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/plexus.c')
-rw-r--r--src/plexus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plexus.c b/src/plexus.c
index 21e89b502..e3217316c 100644
--- a/src/plexus.c
+++ b/src/plexus.c
@@ -107,6 +107,7 @@ IRCDVar ircd[] = {
0, /* ts6 */
0, /* support helper umode */
0, /* p10 */
+ NULL, /* character set */
}
,
{NULL}
@@ -142,7 +143,7 @@ IRCDCAPAB ircdcap[] = {
0, /* TLKEXT */
0, /* DODKEY */
0, /* DOZIP */
- 0, 0}
+ 0, 0, 0}
};