Skip to content

Commit 7a45eb7

Browse files
committed
modules/cban: remove log announcements
-we don't need to know who (repeatedly) tries to join a CBAN'd channel.
1 parent ca4cd3c commit 7a45eb7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/modules/m_cban.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ class ModuleCBan final
201201
{
202202
// Channel is banned.
203203
user->WriteNumeric(ERR_BADCHANNEL, cname, INSP_FORMAT("Channel {} is CBANed: {}", cname, rl->reason));
204-
ServerInstance->SNO.WriteGlobalSno('a', "{} tried to join {} which is CBANed ({})",
205-
user->nick, cname, rl->reason);
206204
return MOD_RES_DENY;
207205
}
208206

0 commit comments

Comments
 (0)