mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-07 19:49:23 +01:00
Added new driverModule attribute for driver independence.
This commit is contained in:
parent
77ac7c6b4e
commit
eb44d5cfed
@ -171,6 +171,12 @@ prefixChars = '@'
|
|||||||
###
|
###
|
||||||
detailedTracebacks = True
|
detailedTracebacks = True
|
||||||
|
|
||||||
|
###
|
||||||
|
# driverModule: A string that is the module where the default driver for the
|
||||||
|
# bot will be found.
|
||||||
|
###
|
||||||
|
driverModule = 'asyncoreDrivers'
|
||||||
|
#driverModule = 'twistedDrivers'
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
###############################
|
###############################
|
||||||
|
Loading…
Reference in New Issue
Block a user