mirror of
https://github.com/anope/anope.git
synced 2026-07-02 22:43:12 +02:00
Made many of the functions in IRCDProto accept the relative object pointers instea of char* everywhere, and updated TODO
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2706 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ ChannelInfo::~ChannelInfo()
|
||||
if (this->c)
|
||||
{
|
||||
if (this->bi && this->c->usercount >= Config.BSMinUsers)
|
||||
ircdproto->SendPart(this->bi, this->c->name, NULL);
|
||||
ircdproto->SendPart(this->bi, this->c, NULL);
|
||||
this->c->ci = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user