mirror of
https://github.com/anope/anope.git
synced 2026-07-04 22:53:12 +02:00
replaced the alog() command with a new type-safe and stream-based Alog()
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2777 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-2
@@ -79,8 +79,7 @@ ChannelInfo::~ChannelInfo()
|
||||
ircdproto->SendMode(whosends(this), this->c, "-%c", ModeManager::FindChannelModeByName(CMODE_PERM)->ModeChar);
|
||||
}
|
||||
|
||||
if (debug)
|
||||
alog("debug: Deleting channel %s", this->name.c_str());
|
||||
Alog(LOG_DEBUG) << "Deleting channel " << this->name;
|
||||
|
||||
if (this->bi)
|
||||
this->bi->chancount--;
|
||||
|
||||
Reference in New Issue
Block a user