Skip to content
TG007 community snippet #76

Get the proper gatekeeper passport

Use this alias to get the proper part of the buzzen passport. Sample usage would be echo -a $gaddy($nick)

By err0r Added Jan 13, 2015
Buzzen All snippets
mIRC script 5 lines
About this snippet

Overview

Use this alias to get the proper part of the buzzen passport. Sample usage would be echo -a $gaddy($nick)
Source code

mIRC script

5 lines · 146 characters
alias gaddy {
  var %n $numtok($ial($1).user,46)
  if (%n isnum 1-3) { return $gettok($ial($1).user,%n,46) }
  else { return $ial($1).user }
}
Community

Comments

Want to join the discussion? Sign in to TG007.
err0rSunday, 10 July, 2016
you can use the alias i have above.. put the alias in your script then use ACCESS # ADD DENY $gaddy($1) 0 : $1- Added by $me
guestSunday, 10 July, 2016
I have been using this to get the buzzen passport. { ACCESS # ADD DENY $+(*!*, $Ial($$1).addr) 0 : $1- Added by $Me } Can anyone help me so that my silent access can get the proper passport