$remote: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
mNo edit summary
 
Aca20031 (talk | contribs)
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 22:05, 30 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