# extrabitch.tcl by thepin version 1.1 ########################################################################### # If you wanna know 100% how this tcl works, then get extrabitch11.desc :) # You can get it from ftp.sodre.net /pub/eggdrop/scripts1.3 # A little explaination: # If a user ops someone, the bot will deop the one which was opped and # the one which opped the other, and kick him too. # # Send comments, questions, errors and ideas to pin@slackware.mmedia.is ########################################################################### # EXAMPLE, if I set: set channels "#Vodka #coolaid2" and the bot is on # channels: #Vodka, #coolaid2 and #smooth # and the allowmn is set to 1 in the tcl # I am +omfxp in the bots, but my friend, beer has only got +opxf # beer wants to op our friend, tjara on #Vodka and #smooth # beer sets mode +o tjara on #smooth, nothing happens, it's ok # beer sets mode +o tjara on #Vodka, the bots kicks him and deops tjara # then I, thepin sets mode +o tjara on #Vodka, nothing happens it's ok # this worked because I had +m in the bot, if I would have +n it would have # worked too, if you dont want this to work like this, turn allowmn to 0 in # the tcl, if you want the tcl to work like in this explaination, keep # allowmn 1. ############################################################################