home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / programs / comms_networking / irclient / !IRClient / Scripts / Internal / Constants (.txt) < prev    next >
Encoding:
RISC OS BBC BASIC V Source  |  1997-03-14  |  1.1 KB  |  38 lines

  1.  >Internal.Constants
  2.  1996 M Richard G
  3.  Useful constants
  4.  04 Jan 1997 : MG - Started                              v1.00
  5.  02 Feb 1997 : JF - Added U_HasVoice                     v1.01
  6.  04 Feb 1996 : MG - Added eof$                           v1.02
  7.  09 Mar 1997 : JF - Added flags                          v1.03
  8. Constants_Initialise
  9.  Display flags
  10.  DisplayFlag_NoCR      = 1
  11.  DisplayFlag_Halfway   = 2 ; internal use only
  12.  DisplayFlag_NoIndent  = 4
  13.  DisplayFlag_ANSI      = 8
  14.  User flags
  15.  U_HasOps       =  1
  16.  User is being ignored due to flooding
  17.  U_Ignored      =  2
  18.  User has been selected by the client
  19.  U_Selected     =  4
  20.  User has been been granted permission to speak
  21.  U_HasVoice     =  8
  22.  Channel flags
  23.  CF_Topic       =   1
  24.  CF_Msgs        =   2
  25.  CF_Invite      =   4
  26.  CF_Moderated   =   8
  27.  CF_Secret      =  16
  28.  CF_Private     =  32
  29.  CF_Limited     =  64
  30.  CF_YouHaveOps  = 128
  31.  File constants
  32.  eof$           = "\\EOF//"
  33.  Flag constants
  34.  vbit=1<<28
  35.  cbit=1<<29
  36.  zbit=1<<30
  37.  nbit=1<<31
  38.