How do I make my script to add the gate like this *!*123456789@Gatek*
for $me as owner access I know this will add others
$left($address,-10) $+ * like this *!fullgate@Gatekeep*
I use
.sockwrite -tn msn.server. $+ $cid access $msn.get($cid,fullroom) ADD OWNER $left($address,-10) $+ *
so I want to it be like this *!*123456789@Gatek* for $me
Edited May 1, 2005 3:40 PM by bonTy
added owner access: **!*C11D014A9@GateK*$* indefinitely
this how it add the gate there is 2 *
when I remove the 1st * from ur code it doesnt work and I get this error
* Couldn't add access, OWNER*!*C11D014A9@GateK* is not a valid level
and I figured out another way which is $left($address($nick,1),17) $+ *
but I'd like to know urs as well so let me know the fix please.
Edited May 3, 2005 9:43 AM by bonTy
autobox,
am using ur code now
but I am wondering how to make it partial gate instead of the full digits ?
* $+ $remove($ial($me).addr,*!*,*,gatekeeperpassport) $+ @*passport $+ *
like *!*123465789@*Passport
Edited May 3, 2005 6:38 PM by bonTy
*!* $+ $left($gettok($address(nick,1),1,N),9) $+ @*.*..*$*
Nick is whatever you're using to identify the nickname (eg: $nick) and N is the $chr value for @ - I can't access mIRC atm to check the value as it's being a P.I.T.A. until I restart AGAIN
Edited May 10, 2005 6:21 PM by Cleric xtx
the same *!*@*.*..*$*
am in groups guests won't be able to join groups
Edited May 11, 2005 3:43 PM by bonTy