$emailaddr: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
m this wasn't linked either
 
(One intermediate revision by one other user not shown)
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]]

Latest revision as of 07: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