eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
496 stars 87 forks source link

improve documentation of tcl vs. dcc need-* #734

Open thommey opened 5 years ago

thommey commented 5 years ago

.chanset does not include {} for need-* settings, Tcl does, might be confusing. Clarify on https://docs.eggheads.org/coreDocs/channels.html maybe.

Found by: Koragg

thommey commented 5 years ago

Could maybe also warn if it starts with a literal '{'?

vanosg commented 7 months ago

@thommey Can you add some words here and I'll include it with what I'm working on now?

thommey commented 4 months ago
Note: Be aware that the syntax for setting the need- settings is different between Tcl's [channel set] and the dcc .chanset command.
.chanset #chan need-op putmsg NickServ "op #chan"
but
channel set #chan need-op { putmsg NickServ "op #chan" }