Zammo wrote:I have searched and searched through the forum, help pages, scripts archive and various website looking for any info on how I can get my eggdrop to set +a & +q usermodes on a UnrealIRCd network. I doubt I am the first person to ask this question but my searches have come up with nothing.
Is there a way I can give my eggdrop the ability to set these extra usermodes? Does anyone know of a script that will do it?
I haven't fiddled around with a complete script for this, but :
Code: Select all
.tcl putserv "mode #channel +a some_nick"
in the partyline works fine. I just tried it, using a bot that is on an Unreal irc network.
If you have enabled use of
.tcl
for yourself (it is in eggdrop.conf) , try the above.
Once you are sure that it works, then you can experiment with writing your own script.
Also, you might find something useful here:
http://thommey.tclhelp.net/?page=scripts
See: Arbitrary chanmodes (+q, +a)
I hope this helps.