1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 16:56:37 +02:00

Correct protocol module version - this is 1.2, not 1.1

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1588 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-11-08 01:31:43 +00:00
parent 26cdf257cc
commit 3dd5c83486
+3 -3
View File
@@ -1,4 +1,4 @@
/* inspircd 1.1 beta 6+ functions
/* inspircd 1.2 functions
*
* (C) 2003-2008 Anope Team
* Contact us at info@anope.org
@@ -71,7 +71,7 @@ int inet_aton(const char *name, struct in_addr *addr)
#endif
IRCDVar myIrcd[] = {
{"InspIRCd 1.1", /* ircd name */
{"InspIRCd 1.2", /* ircd name */
"+I", /* Modes used by pseudoclients */
5, /* Chan Max Symbols */
"-cilmnpstuzACGHKNOQRSV", /* Modes to Remove */
@@ -1320,7 +1320,7 @@ class ProtoInspIRCd : public Module
TS6SID = sstrdup(Numeric);
pmodule_ircd_version("InspIRCd 1.1");
pmodule_ircd_version("InspIRCd 1.2");
pmodule_ircd_cap(myIrcdcap);
pmodule_ircd_var(myIrcd);
pmodule_ircd_cbmodeinfos(myCbmodeinfos);