Skip to content
MSN

$access mask

A TG007 community discussion started by Luky¬.

Discussion 4 posts
Page 1 of 1
Open
Topic #3166 · 4 published posts · 636 views

Hey i need that mask any 1 help?

 

*!CA42A35C5E99A3D5@*$*

 

If i put /access # add deny $mask($$1,1) $+ @* its give me mask *!Luky@*$* but i want to put full gatekeeper mask any 1 help? edit this command or make a new for me. i want mask like this *!CA42A35C5E99A3D5@*$* no nick just full gatekeeper.

$ial($nick).addr will give you the full gatekeeper without the nickname

 

Or if its for yourself you will need this

 

$ial($me).addr

 

for example :

 

access $active add OWNER $ial($me).addr 0

 

All these will return as this format -> *!CA42A35C5E99A3D5@*$*

as requested

 

* $+ $chr(33) $+ $remove($ial($nick).addr,$right($ial($nick).addr,18)) $+ * $+ $chr(36) $+ *

 

* $+ $chr(33) $+ $remove($ial($$1).addr,$right($ial($$1).addr,18)) $+ * $+ $chr(36) $+ *

 

* $+ $chr(33) $+ $remove($ial($me).addr,$right($ial($me).addr,18)) $+ * $+ $chr(36) $+ *

 

 

 

or this format below -> *!CA42A35C5E99A3D5@GateKeeperPassport

 

* $+ $chr(33) $+ $ial($nick).addr

 

* $+ $chr(33) $+ $ial($$1).addr

 

* $+ $chr(33) $+ $ial($me).addr

 

Edited Mar 22, 2005 5:06 PM by OZZY_10â„¢

My code does NOT have bugs. It just develops random features.