1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 08:16:37 +02:00

Fixed a few small things

This commit is contained in:
Adam
2011-06-14 18:23:53 -04:00
parent 1cd65878db
commit df971befb2
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ NickServRelease::~NickServRelease()
{
NickServReleases.erase(this->nick);
ircdproto->SendQuit(this, NULL);
ircdproto->SendQuit(this, "");
}
void NickServRelease::Tick(time_t)