$remote

From Scriptwiki
Jump to: navigation, search

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