TehPeGaSuS
TehPeGaSuS
Well, hope this helps someone. on the DM: ``` Open Menu Choose Room Info Choose Edit Choose Delete ``` And done!
I know it's a bit harsh, but well.. 🤷♂️
If you're compiling ZNC from source, you can always change [this line](https://github.com/znc/znc/blob/master/src/User.cpp#L68) from `m_sRealName(""),` to `m_sRealName(m_sCleanUsername + " using ZNC"),` and this will set the default realname as something like...
AFAIK, you just need to copy the old _znc.conf_ from the old server to the new one, put it inside `~/.znc/configs`, edit the users bindhosts (if any) and start ZNC.
I really don't like to point out the way other applications do their things, but sometimes it can help other apps to grow. Here's how IRCCloud works with `ignore` so...
or maybe a way to cache all plugins for X amount of time?
That would bem pretty neat too. That way it would spare us to disconnect the bot, change the corresponding settings of the network and reconnect.
#### User banned in the channel [00:42:43] .bans #spamtest [00:42:43] [00:42:43] #James# bans #spamtest [00:42:43] Global bans: [00:42:43] Channel bans for #spamtest: (\* = not placed by bot) [00:42:43] [...
> **For the sake of argument, why would you remove the ban from the channel when if the user rejoins, they'll just be banned again?** I might want to clean...
To make this a bit more understandable and to avoid unnecessary discussions: On the eggdrop.conf we have `set default-ban-time 120`, which defines for how long a *bot ban* (or a...