Difference between revisions of "$emailaddr"

From Scriptwiki
Jump to: navigation, search
m (added category)
m (this wasn't linked either)
 
Line 5: Line 5:
 
  [[Ctcp_(event)|CTCP]] *:FINGER:*: { [[ctcpreply]] [[$nick]] FINGER Hey Don't finger me. ( [[DollarPlus|$+]] $emailaddr $+ ) Idle: [[$duration]]([[$idle]]) }
 
  [[Ctcp_(event)|CTCP]] *:FINGER:*: { [[ctcpreply]] [[$nick]] FINGER Hey Don't finger me. ( [[DollarPlus|$+]] $emailaddr $+ ) Idle: [[$duration]]([[$idle]]) }
  
== Also See ==
+
== See Also ==
*$fullname
+
* [[$fullname]]
  
 
[[Category:Remote Identifiers]]
 
[[Category:Remote Identifiers]]

Latest revision as of 09:30, 2 July 2007

Returns the email address specified in the Connect dialog.

$emailaddr

Example

CTCP *:FINGER:*: { ctcpreply $nick FINGER Hey Don't finger me. ( $+ $emailaddr $+ ) Idle: $duration($idle) }

See Also