Added new driverModule attribute for driver independence.

This commit is contained in:
Jeremy Fincher 2003-04-19 23:53:47 +00:00
parent 77ac7c6b4e
commit eb44d5cfed
1 changed files with 6 additions and 0 deletions

View File

@ -171,6 +171,12 @@ prefixChars = '@'
###
detailedTracebacks = True
###
# driverModule: A string that is the module where the default driver for the
# bot will be found.
###
driverModule = 'asyncoreDrivers'
#driverModule = 'twistedDrivers'
###############################
###############################