Jump to content

Adding2 [All look here!]


ImJohnMclane

Recommended Posts

MTA:SA

on *:SIGNAL:mta.command:{ 
 var %a = $iif($4,$iif($mta.nick($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
 if ($3 == !addmember) { 
   !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.nick($1,%a) 1 
   mta.text $1 Member $mta.nick($1,%a) Added Succefully! 
 } 
}

MTA:VC

on *:SIGNAL:mta.command:{ 
 var %a = $iif($4,$iif($mta.name($1,$4) != Unknown,$4,$mta.getid($1,$4)),$2) 
 if ($3 == !addmember) { 
   !writeini " $+ $scriptdir $+ nickserv.ini" members $mta.name($1,%a) 1 
   mta.say $1 Member $mta.name($1,%a) Added Succefully! 
 } 
}

Link to comment
  • 2 weeks later...

ok so this can add like a clan tag to an INI?

if so how would you go about maken it kick people with said tag that have not been added to the ini?

"IE" !addtag clone_war

so now anyone that enters with "clone" gets told to change there nick then it kicks them

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...