About this snippet
Overview
Use this alias to get the proper part of the buzzen passport. Sample usage would be echo -a $gaddy($nick)
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 }
}
