Geo
Geo
To summarize what the user is asking, they are interested in a Tcl command that sends a file from one bot to another, and a bind to detect when that...
Thanks @Casteele72 this is indeed new to us. Is it possible to chat with you on Libera to try and get a few more details from you?
I'd still like to talk to you, but that makes me think you have a Tcl script loaded that is causing the issue, as eggdrop doesn't have a 'restart' command...
irc.libera.chat #eggdrop
Thanks @Lord255, comments like these are just as important as technical implementation ones, it helps us gauge interest and prioritize things. Thanks for the comment!
Is the purpose of +R for the ircd specified somewhere in the 005 announcement?
Right, but how do we distinguish between +R meaning "re-op" or "registered"? It looks like both are channel modes (listed in CHAMODES), so how do we differentiate based just on...
perfect, that's what i was looking for. Thanks!
I think we would still leave it as TCL_ERROR, but return a -1 instead of a text string so that you could use something like ```(if botonchan < 1)``` to...
The trouble we have here is the potential to break API, since status is returning a string- in theory, people could be expecting that specific fixed-value string to come back...