Time is on my side, oh yes it is.

This commit is contained in:
James Vega 2004-08-29 07:32:40 +00:00
parent 8e84a42989
commit 55a1e94c04
1 changed files with 3 additions and 2 deletions

View File

@ -44,6 +44,7 @@ import supybot.fix as fix
import re import re
import sets import sets
import time
import pydoc import pydoc
import pprint import pprint
import socket import socket
@ -570,7 +571,7 @@ def main():
to change, then take a look at your configuration file to change, then take a look at your configuration file
when your bot isn't running and read the comments, when your bot isn't running and read the comments,
tweaking values to your heart's desire.""") tweaking values to your heart's desire.""")
# Let's make sure that src/ plugins are loaded. # Let's make sure that src/ plugins are loaded.
conf.registerPlugin('Admin', True) conf.registerPlugin('Admin', True)
conf.registerPlugin('Channel', True) conf.registerPlugin('Channel', True)
@ -588,7 +589,7 @@ def main():
registry.close(conf.supybot, filename) registry.close(conf.supybot, filename)
# Done! # Done!
output("""All done! Your new bot configuration is %s. If you're running output("""All done! Your new bot configuration is %s. If you're running
a *nix based OS, you can probably start your bot with the command line a *nix based OS, you can probably start your bot with the command line
"supybot %s". If you're not running a *nix or similar machine, you'll "supybot %s". If you're not running a *nix or similar machine, you'll
just have to start it like you start all your other Python scripts.""" % \ just have to start it like you start all your other Python scripts.""" % \