Is there any way to change the message the bot uses when It's kicking?
Like when I ban someone in a channel which has the enforce-bans setting activated, the bot kicks them and says "Banned"... I want to change that
hi,
yeah its in language - 0x66a,banned:
before there were spaces between banned: and the reason like
(banned: reason) but now its (banned:reason)
if i remove the whole thing -> 0x66a,banned: from the language, then i get this (MSG66A), if i removed banned from - > 0x66a, then i get ( reason) space between ( and reason
1: Edit the source so that is no longer even uses the LANG definition.
2: Use some invisible text, a negating control character.
Set the value to "\002\002"
These are translated to bold characters, and are screened out by most clients. In clinet that do use them, the first enables bold, the second disables.
It does reduce the reason length by 2 characters, but you likely won't miss them.