mIRC Homepage
Posted By: Rhino Adding more than one Master to control BOT - 13/06/05 11:56 AM
I am trying to be able to give "Master" controls to more than one (1) person, seeing that the bot can control more than one (1) channel:-

here is the script, "I" think needs to be edited ...

..Add Master:.guser -a master $$1 8 | set %mask. $+ $$1 $address($$1,8) | msg $$1 You are now Master of the Attackbot. || 4=use !help for AttackBot's commands4= || and use !test in channel to see or the bot know you | msg $chan 3 $+ $$1 is now Master operator of the famous Attackbot. | mode $chan +o $1


thanking you all in advance confused
Well, from that section, it appears as though it automatically allows as many "masters" as you want.

/guser just adds the person to the user list with level 8. Then it sets the host mask using a variable based off the nick, so each nick can have its own mask. I'd say it's somewhere else in the script if it doesn't allow more than one.
© mIRC Discussion Forums