thern·cdn
← all TCL scripts
adduserv1.0adduser.tcl · 3.3 KB · updated 2026-07-20
tclWhat it doesrequires eggdrop 1.8+

Adds eggdrop users straight from IRC. A trusted hostmask can /msg the bot, and the script looks up the nick's host on the channel, creates the user record and gives it the op or voice flag — no partyline session needed.

Edit the config block at the top before loading: adduser_owners (hostmasks allowed to run it) and adduser_chan (the channel the flag is set in).

eggdropInstalldrop-in
# 1 · fetch the script into your eggdrop's scripts/ dir
cd ~/eggdrop && curl -fsSL https://cdn.thern.io/files/tcl/adduser.tcl \
  -o scripts/adduser.tcl

# 2 · load it from eggdrop.conf
echo 'source scripts/adduser.tcl' >> eggdrop.conf

# 3 · apply without restarting the bot
.rehash  # type this in the bot's DCC/party line
Usage3 commands
/msg <bot> !adduser <name> op (host taken from the channel)
/msg <bot> !adduser <name> voice
/msg <bot> !adduser <name> *user@*.host op
Download3.3 KB · 2026-07-20
adduser.tcl adduser · 1.0
tcl3.3 KB2026-07-20get