1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-07-25 23:17:21 +02:00

Changed socketDrivers to be the default Driver.

This commit is contained in:
Jeremy Fincher 2003-09-01 17:35:09 +00:00
parent 1d77fa5354
commit 5c92c85342

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