1
mIRC/pawn Scripting / Re: mIRC Tutorial No.1 by Windlord
« on: November 05, 2008, 12:39:00 am »
without * because if you put that piece with "hi" you answer the bot ...
in that case:
the same with bye
never use hi* and bye* happen because what i said...
if you want to use the single aop, sop and you, just got to put: if ($ nick isaop $ chan | | $ nick IsOP $ chan | | $ nick == "younickhere")
Example:
and if you want to use the vop, hop, sop, aop and you, just change the: ($nick is"mode" $chan) .
if you want to know a little more or if they did not understand either, just leave a post here or tell me in my mirc channel that is #cristian_08
greetings,
cristian_08
in that case:
Quote
on *:TEXT:Hi:#: { msg $chan Hi $nick !!! }
the same with bye
Quote
on *:TEXT:Bye:#: { msg $chan Bye $nick }
never use hi* and bye* happen because what i said...
if you want to use the single aop, sop and you, just got to put: if ($ nick isaop $ chan | | $ nick IsOP $ chan | | $ nick == "younickhere")
Example:
Quote
on *:TEXT:!hop*:#: if ($nick isaop $chan || $nick isop $chan || $nick == Cristian_08) { mode $chan +h $2 }
and if you want to use the vop, hop, sop, aop and you, just change the: ($nick is"mode" $chan) .
if you want to know a little more or if they did not understand either, just leave a post here or tell me in my mirc channel that is #cristian_08
greetings,
cristian_08