home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ircdo143.zip / ircdoor.cfg < prev    next >
Text File  |  1996-03-14  |  894b  |  24 lines

  1. ; IRCDOOR/2 configuration file. Must be located in the IRCDOOR home directory.
  2.  
  3. ; the following option determines whether remote users are allowed to change
  4. ; the current IRC server with the /SERVER command.
  5. AllowServerChange    yes
  6.  
  7. ; keyboard input timeout value to be used when there is no activity detected
  8. ; for the specified ammount of time (in seconds). The default input timeout
  9. ; is 10 minutes (600 seconds).
  10. InputTimeoutValue    600
  11.  
  12. ; Colors section. Color values are numeric. Use the following table for
  13. ; setting up colors:
  14. ;    0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Brown,
  15. ;    7=Light gray, 8=Dark gray, 9=Light blue, 10=Light green,
  16. ;    11=Light cyan, 12=Light red, 13=Light magenta, 14=Yellow, 15=White
  17. ColorNormal        7
  18. ColorHighlt         11
  19. ColorUserAction        5
  20. ColorUserNick        13
  21. ColorUserMessage    11
  22. ColorDoorMessage    3
  23. ColorServerMessage    3
  24. ColorErrorMessage    12