diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-10 00:53:05 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-02-10 00:53:05 +0000 |
commit | 3b43fd186b33d02455a63e1ec29ce8cf5969ecc6 (patch) | |
tree | 79d8e76f7361793fb9e2898a5fcfbaed66a65707 /src/snomasks.cpp | |
parent | 1df212127427f88b502a5f1030fd2e0a31bd499e (diff) |
Make K|G|Z|ELine actually work with a nickname target (code was there but not functional)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8866 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 32c77e99f..6385af9c0 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -122,7 +122,7 @@ void Snomask::Flush() if (this->LastMessage.empty()) return; - ServerInstance->Log(DEBUG, "Flusing snomask %s", this->Description.c_str()); + ServerInstance->Logs->Log("SNOMASK", DEBUG, "Flushing snomask %s", this->Description.c_str()); /* Only opers can receive snotices, so we iterate the oper list */ for (std::list<User*>::iterator i = ServerInstance->Users->all_opers.begin(); i != ServerInstance->Users->all_opers.end(); i++) |