Bot help? (mIRC Dreambot)
|
|||
|
Rank: ? (1)
Member #: 27385 |
Well i have two questions:
1. I want to get my script to work (Protection [+a]) This is what i've got now: if ($1 == !protection) { mode $chan +a } if ($1 == !deprotection) { mode $chan -a } It doesnt work :S and a friend of mine, has this function too, but i dont how to let this script work :s. and 2: I want to deop myself, but then my bot says that he would not deop his owner, how could i help this? Thx. ~Ferdi_09~ |
||
|
|||
|
|||
|
Rank: ? (3)
Member #: 27586 |
1. Try the following:
if (!protection isin $1-) { mode $chan +a } if (!deprotection isin $1-) { mode $chan -a } 2. Try the following: on owner:text:!deop*:#:{ mode $chan -o $2 } Of course, replace "owner" with the owner level. |
||
|
|||
|
|||
|
Rank: ? (48)
Member #: 20714 |
if ($1 == !protection) { mode $chan +a $2 }
if ($1 == !deprotection) { mode $chan -a $2 } you forgot the $2 after the +a / -a ... if you leave that blank it wont work... i think. PD: i forgot the $2 too... » Post edited 2006-09-06, 01:29pm by EviLMoD.
Behold the power of cheese!
|
||
|
Please login or register to post a reply.