Features

BETA: IRCv3 ‘chghost’ bind added to Eggdrop!

We have addd support for the IRCv3 capability ‘CHGHOST’, which allows servers to send a notification when clients change their username or host. This support comes in the form of: This script feature is still considered beta and will likely change again prior to the next stable release. If you have any feedback, bugs, or...

BETA: systemd service added to Eggdrop!

Currently merged into the develop branch (and will be released with version 1.9.4), long-time user PeGaSuS has contributed an Eggdrop systemd job! To install the service, use the autobotchk script and add the “-systemd” flag to the end of the command. This will install a systemd job that can be controlled with the start, stop,...

BETA Feature Add: Account tracking!

Check the develop branch of Eggdrop for the latest feature added for testing: Account tracking! With this feature, Eggdrop now tracks if a user is logged into a services account, and this information can be accessed via Tcl commands. Specifically, this feature set allows you to: Adds +account/-account commands to the partyline, to facilitate adding...

BETA feature add: Named Timers!

Check the develop branch of Eggdrop for the latest feature added for testing: Named timers! Using the syntax “timer <time> <command> <count> [name]“, you can now create a timer with a name of your choosing, instead of the standard “timer1” syntax. The timer can also be removed by using the custom name. You can download...