Manuel Herrmann
Manuel Herrmann
@atilaneves If you give me some more time I can write some test for that (maybe around late august). It could be that i need ert-async since i need to...
No need to fork, we already have some other place that works well. But as a moderator it would be nice to at least have some control to handle such...
@AndrewBelt just check out that mass spam happening a lot recently https://www.0x17.de/hackchat/issue2.png https://www.0x17.de/hackchat/issue3.png
@AndrewBelt the kick is quite a must. theres some logging bot online atm that uploads backlog to some external webspace. a ban wouldn't even disable the logging functionality as he'd...
@AndrewBelt hmm if so, it would be nice to have some reason shown on the banned client. otherwise we can't tell them what they did wrong
@AndrewBelt yep that is correct. i thought of it being the last thing on the terminal like after they spammed the whole screen again.
Hey @doronbehar , some things i'd add: at the point where you match for `^\s*path\s*=\s*`: maybe use `${BASH_REMATCH[1]}` later and use a capture group inside your `[[ ... ]]` expression...
Hey @doronbehar , with capture group i meant the `( )` symbols inside the regex - `${BASH_REMATCH[1]}` would point to the first `( )` surrounded part inside regex. E.g. `^\s*([^...