Thomas Sader

Results 47 comments of Thomas Sader

The idea is to "bind 354" or "bind 352" (depending on network, or just bind both), grab the channel name and then you have a full userlist, yeah. I do...

Maybe ship mbedtls for 2.0.0 (where we need it anyway), not going to write a compatibility layer for those os x functions

Add this at the end of your configuration file and see if it works: ```tcl unbind dcc - bots *dcc:bots bind dcc - bots sortedbots proc sortedbots {hand idx param}...

The feature request is for a wildcard-matching version of "bind bot", which does not currently support wildcards. The docs are not exactly clear on that.

This isn't a simple cleanup, it's a change in behavior. newsplit modifies its argument string to split it, removing this buffer makes the functions modify the input.

The counter-examples are onchan/isop/isvoice/... all the channel related commands need `[validchan $text] && [... $text]` for user-input channel names that could be invalid

You can't use it like that, TCL_ERROR is a hard error that aborts the script unless it's specifically in a [catch] block which defeats the purpose of returning -1. This...

We have an open issue to use round robins properly -> #204 I think that requires a more extensive rewrite of dns.mod (it should really store *all* responses, not just...

because most ircds have a single irc.network.org round robin containing all server IPs and it makes sense to go through all of them if the bot is k-lined on only...