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:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user