Pratyush Desai
Pratyush Desai
Solves #1943 I didn't do much except allow the condition for when `info.Duration=0` in formatban function. I have tested it locally.
Currently only tested `HS SET` The response if target is not account and also if `NickMissing` is a [generic](https://github.com/ergochat/ergo/blob/acd95b9924023347a01b5b7f5a9cb29c341b9941/irc/hostserv.go#L178) one and doesn't provide any valuable information. > Note From IRC...
Allow the following: 1) multiple accounts to be amode'd `/CS AMODE +o []..` Additionally/optionally (this might make it complicated for several reasons like if one of the modes is above...
The ability to change an undesirable nick exists, this would essentially expand that to also allow `OPER`s to change `realname` i.e. `setname` but for OPERs suggested by @pilzgift ..
According to the current setup, when the following `nick` patterns are upvoted (++), 1. `nick++` 2. `nick ++` 3. `nick: ++` 4. `nick, ++` The increment doesn't strip the space...
The Logs sent to `target` ... abruptly end with the message length limit. (No, they don't carry over to next msg) Possible Solns: - Check for irc.protocol.exper.. and use draft/multiline...
Hi Jesopo, These were my concerns, pls let me know what you feel about what is feasible and what isn't: 1. The first word of a multi word wiki search...
https://github.com/qaisjp/go-discord-irc/blob/master/bridge/irc_manager.go#L139 Here instead of `"discord"` you could use `User.id` i believe to make the hostmask of the user unique ... Since discord allows clashing nicks when the server restarts it...