$fullname
From Scriptwiki
Returns the full name specified in the Connect dialog.
$fullname
Example
on *:connect: { echo -sg Welcome $fullname you're connecting to $network }
The above example will echo Welcome <your fullname> you're connecting to QuakeNet when you attempt to connect to quakenet.
See Also
- $emailaddr Returns the email address from the connect dialog.