$remote: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
Aca20031 (talk | contribs)
mNo edit summary
(No difference)

Revision as of 22:03, 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