mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 35
O
Om3gA Offline OP
Ameglian cow
OP Offline
Ameglian cow
O
Joined: Feb 2003
Posts: 35
on AOP:Join:#:if ($chan !isin %control.chans) { halt } | if ($me isop $chan) { .mode $chan +o $nick } | elseif (($chan isin %protection.asop) && ($me !isop $chan)) { .ChanServ op $chan $nick }
on AOP:Text:!*:#:{
if ($chan isin %control.nochans) { halt }
if ($me isop $chan) {
if (!say isin $1-) { if ($me isin $1-) «~ msg $chan $2 ~» «~{1,9Blood Bot9,1}~» }

}
}

ive been tryin to figure it out for a week and no matter how i change it it still either gives me an error or nothing at all....


Butterflies are random thoughts people have.
They Live, They Die, They Are Pointless.
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
Code:
on AOP:Join:#: { 
  if ($chan isin %control.chans) { 
    if ($me isop $chan) { .mode $chan +o $nick }
    elseif ($chan isin %protection.asop) { .ChanServ op $chan $nick }
  }
}
on @AOP:Text:!*:#:{
  if (($chan !isin %control.nochans) && (!say == $1) && ($me isin $1-)) { 
    msg $chan $2- «~{1,9Blood Bot9,1}~» 
  }
}
  


these should work they way you have tried to code 'em...


Code:
//if ( khaled isgod ) echo yes | else echo no
Joined: Feb 2003
Posts: 35
O
Om3gA Offline OP
Ameglian cow
OP Offline
Ameglian cow
O
Joined: Feb 2003
Posts: 35
ty laugh


Butterflies are random thoughts people have.
They Live, They Die, They Are Pointless.

Link Copied to Clipboard