mirror of
https://github.com/anope/anope.git
synced 2026-07-02 13:13:13 +02:00
Added in new plaintext databases. Note: This currently has no automatic backup feature. Big thanks to Phil on this for mass scale testing
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2722 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+4
-7
@@ -34,16 +34,13 @@ ChannelInfo::ChannelInfo(const std::string &chname)
|
||||
capsmin = capspercent = 0;
|
||||
floodlines = floodsecs = 0;
|
||||
repeattimes = 0;
|
||||
bi = NULL;
|
||||
|
||||
strscpy(this->name, chname.c_str(), CHANMAX);
|
||||
|
||||
/* If ircd doesn't exist, this is from DB load and mlock is set later */
|
||||
if (ircd)
|
||||
{
|
||||
mlock_on = DefMLockOn;
|
||||
mlock_off = DefMLockOff;
|
||||
Params = DefMLockParams;
|
||||
}
|
||||
mlock_on = DefMLockOn;
|
||||
mlock_off = DefMLockOff;
|
||||
Params = DefMLockParams;
|
||||
|
||||
size_t t;
|
||||
/* Set default channel flags */
|
||||
|
||||
Reference in New Issue
Block a user