Difference between revisions of "$fullname"

From Scriptwiki
Jump to: navigation, search
(omitted also see section as I couldn't see anything fitting to be added there)
 
m (Just thought of something for see also)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
  
 
== Example ==
 
== Example ==
  on *:connect: {
+
  on *:[[On connect|connect]]: {
   echo -sg Welcome $fullname you're connecting to $network
+
   [[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.
 
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.
  
 
[[Category:Other Identifiers]]
 
[[Category:Other Identifiers]]

Latest revision as of 18:03, 12 April 2008

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.