Some documentation and minor fixes.

This commit is contained in:
Sean B. Palmer
2008-03-10 19:58:28 +00:00
parent 5cad6661c9
commit fb2cd452e9
10 changed files with 34 additions and 4 deletions

1
phenny
View File

@@ -29,6 +29,7 @@ def create_default_config(fn):
host = 'irc.example.net'
channels = ['#example', '#test']
owner = 'yournickname'
# serverpass = 'yourserverpassword'
# These are people who will be able to use admin.py's functions...
admins = [owner, 'someoneyoutrust']