summaryrefslogtreecommitdiff
path: root/src/nickserv.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-09 17:14:23 -0400
committerAdam <Adam@anope.org>2011-08-09 17:14:23 -0400
commit6574bca40419c877e9fdebf76f75035db608f8e4 (patch)
tree774333c92a0794ef0a219a4b7fc9f842fbfd31ce /src/nickserv.cpp
parentae72c25e1dbc674f05891d0fdf15f425089f7a3b (diff)
Fixed destructing bots with commands and fixed quitting services enforcers
Diffstat (limited to 'src/nickserv.cpp')
-rw-r--r--src/nickserv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickserv.cpp b/src/nickserv.cpp
index 396c55c53..1c3221f13 100644
--- a/src/nickserv.cpp
+++ b/src/nickserv.cpp
@@ -67,7 +67,7 @@ NickServRelease::~NickServRelease()
{
NickServReleases.erase(this->nick);
- ircdproto->SendQuit(this, NULL);
+ ircdproto->SendQuit(this, "");
}
void NickServRelease::Tick(time_t)