summaryrefslogtreecommitdiffstats
path: root/phenny
diff options
context:
space:
mode:
Diffstat (limited to 'phenny')
-rwxr-xr-xphenny4
1 files changed, 3 insertions, 1 deletions
diff --git a/phenny b/phenny
index 3153f33..6cb0961 100755
--- a/phenny
+++ b/phenny
@@ -30,7 +30,9 @@ def create_default_config(fn):
channels = ['#example', '#test']
owner = 'yournickname'
- # password = 'yourserverpassword'
+ # password is the NickServ password, serverpass is the server password
+ # password = 'example'
+ # serverpass = 'serverpass'
# These are people who will be able to use admin.py's functions...
admins = [owner, 'someoneyoutrust']