crazycatdevs
crazycatdevs
## Feature description Actually, removing a script doesn't remove its settings. It could be interesting to have a `/script purge ` (or `/script removepurge `) command to remove them. Side-effect:...
Allows to list channels with a particular flag enabled Found by: CrazyCat Patch by: CrazyCat One-line summary: Allows to list channels with a particular flag enabled Additional description (if needed):...
Found by: CrazyCat Patch by: CrazyCat Fixes: #1588 One-line summary: initialize ok to -1, sets it to 0 if user is known Additional description (if needed): Test cases demonstrating functionality...
In a script, I want to act only if user is not known as halfop or more. Logical test: `if {[matchattr $handle -l|-l $chan]} { ... do stuff }` But...
Found by: Patch by: Fixes: One-line summary: Additional description (if needed): Test cases demonstrating functionality (if applicable):
Hi, testing the feature/python branch, I notice it's quite difficult to remove a python bind. **Test script:** ``` from eggdrop import * def tb(nick, uhost, handle, chan, text, **kwargs): tcl.putmsg(chan,...
Evite une erreur dans feed.php
The default theme is set in the config.json, the user must be connected to access the settings and choose the theme he wants. And most users don't know they can...
Eggdrop version: 1.10.0 For test, I added this script: ``` proc tgc {type {chan ""}} { putlog "*** $type for $chan ***" } bind evnt * * tgc ``` Then...