Note that a stuffs isn't implemented.
parent
bf20b46f74
commit
86c2f274d5
2
phenny
2
phenny
|
@ -29,6 +29,8 @@ def create_default_config(fn):
|
||||||
host = 'irc.example.net'
|
host = 'irc.example.net'
|
||||||
channels = ['#example', '#test']
|
channels = ['#example', '#test']
|
||||||
owner = 'yournickname'
|
owner = 'yournickname'
|
||||||
|
|
||||||
|
# This isn't implemented yet:
|
||||||
# serverpass = 'yourserverpassword'
|
# serverpass = 'yourserverpassword'
|
||||||
|
|
||||||
# These are people who will be able to use admin.py's functions...
|
# These are people who will be able to use admin.py's functions...
|
||||||
|
|
Loading…
Reference in New Issue