home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ircdor15.zip / ircdoor.cfg < prev    next >
Text File  |  1996-11-27  |  1KB  |  29 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. ; pidentd request max wait time in seconds. The default identd wait time is 
  13. ; ten seconds.
  14. IdentdMaxWait        10
  15.  
  16. ; Colors section. Color values are numeric. Use the following table for
  17. ; setting up colors:
  18. ;    0=Black, 1=Blue, 2=Green, 3=Cyan, 4=Red, 5=Magenta, 6=Brown,
  19. ;    7=Light gray, 8=Dark gray, 9=Light blue, 10=Light green,
  20. ;    11=Light cyan, 12=Light red, 13=Light magenta, 14=Yellow, 15=White
  21. ColorNormal        7
  22. ColorHighlt         11
  23. ColorUserAction        5
  24. ColorUserNick        13
  25. ColorUserMessage    11
  26. ColorDoorMessage    3
  27. ColorServerMessage    3
  28. ColorErrorMessage    12
  29.