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

Some windows fixes from the Anope::string commit

This commit is contained in:
Adam
2010-07-27 02:03:10 -04:00
parent 57bb759305
commit d4048134af
5 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1299,7 +1299,7 @@ class ProtoUnreal : public Module
pmodule_ircd_useTSMode(0);
CapabType c[] = { CAPAB_NOQUIT, CAPAB_NICKIP, CAPAB_ZIP, CAPAB_TOKEN, CAPAB_SSJ3, CAPAB_NICK2, CAPAB_VL, CAPAB_TLKEXT, CAPAB_CHANMODE, CAPAB_NICKCHARS };
for (unsigned i = 0; i < 11; ++i)
for (unsigned i = 0; i < 10; ++i)
Capab.SetFlag(c[i]);
AddModes();