1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 06:33:13 +02:00

Change extensible keys to require explicitly having a type defined for it. Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module.

This commit is contained in:
Adam
2013-07-01 22:17:52 -04:00
parent 518182ac92
commit 1a3d9a016d
90 changed files with 3997 additions and 3570 deletions
+2 -2
View File
@@ -339,7 +339,7 @@ Conf::Conf() : Block("")
if (!c)
continue; // Can't happen
c->Extend("BOTCHANNEL");
c->botchannel = true;
/* Remove all existing modes */
ChanUserContainer *cu = c->FindUser(bi);
@@ -377,7 +377,7 @@ Conf::Conf() : Block("")
Channel *c = Channel::Find(chname);
if (c)
{
c->Shrink("BOTCHANNEL");
c->botchannel = false;
bi->Part(c);
}
}