1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 06:36:39 +02:00

Fix "leave" channel log level

This commit is contained in:
Adam
2013-02-22 00:39:13 -05:00
parent ae902443db
commit a911354f24
+1 -1
View File
@@ -194,7 +194,7 @@ ChanUserContainer* Channel::JoinUser(User *user)
void Channel::DeleteUser(User *user)
{
Log(user, this, "leaves");
Log(user, this, "leave");
FOREACH_MOD(I_OnLeaveChannel, OnLeaveChannel(user, this));
ChanUserContainer *cul;