Difference between revisions of "$remote"

From Scriptwiki
Jump to: navigation, search
m
 
m (Category...identifiers is lower cased)
 
Line 15: Line 15:
 
[[Category:Remote Identifiers]]
 
[[Category:Remote Identifiers]]
 
[[Category:Debugging]]
 
[[Category:Debugging]]
[[Category:Undocumented Identifiers]]
+
[[Category:Undocumented identifiers]]

Latest revision as of 00:05, 31 October 2008

This identifier allows you to check if CTCP or Event parsing is turned on, or if the entire remote is disabled

$remote
  • Returns an integer such that:
    • if ($isbit($remote,1)) then CTCPs are enabled
    • if ($isbit($remote,2)) then Events are enabled
    • if ($isbit($remote,3)) then Remotes (RAWS) are enabled

See Also