summaryrefslogtreecommitdiffstats
path: root/phenny
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2011-09-05 17:46:17 +0100
committerSean B. Palmer <sbp@aldebaran.local>2011-09-05 17:46:17 +0100
commit2d3009ccb123bb34bf0d8b8b516a15c05240bf03 (patch)
tree28029457224da9cd91187e17f8b90cff5cb2de57 /phenny
parent66edd833726d0a14400df65311999b1496b9f8cb (diff)
downloadbot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.tar.gz
bot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.tar.bz2
bot-2d3009ccb123bb34bf0d8b8b516a15c05240bf03.zip
Attempt to patch a possible message injection hole.
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']