1
0
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:
Adam-
2009-12-16 02:25:38 +00:00
parent 98aa38d800
commit c6e3324b30
57 changed files with 332 additions and 377 deletions
+1 -1
View File
@@ -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;
}