Author Topic: mIRC Tutorial No.1 by Windlord  (Read 9156 times)

0 Members and 1 Guest are viewing this topic.

Windlord

  • Guest
Re: mIRC Tutorial No.1 by Windlord
« Reply #15 on: September 29, 2008, 02:41:46 pm »
Ok.

Offline Cristian

  • Wiseguy
  • **
  • Posts: 63
    • View Profile
Re: mIRC Tutorial No.1 by Windlord
« Reply #16 on: November 05, 2008, 12:39:00 am »
without * because if you put that piece with "hi" you answer the bot ...
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


j-king

  • Guest
Re: mIRC Tutorial No.1 by Windlord
« Reply #17 on: November 19, 2008, 10:29:27 pm »
omg wow, i finally understood something about scripting  ;D

Thnxs a uber lot windy, keep em coming 

Also just noticed your the most wanted scripter here, ever1 is like 'ZOMG Windlord halp me plx' 

* j-king thinks this should be pinned
« Last Edit: November 19, 2008, 10:41:22 pm by j-king »