summaryrefslogtreecommitdiff
path: root/data/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-31 15:16:34 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-31 15:16:34 +0000
commit4cddd3dae754631efbf19ba897bf5392d734bbb2 (patch)
tree1d619b994a0cbe91cff79715f81c1b95b58cabca /data/rbot
parent94fefb80856a924b02543f45197efde2d7ffa3fa (diff)
Ahem, forgot to save the last change before committing
Diffstat (limited to 'data/rbot')
-rw-r--r--data/rbot/plugins/nickserv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/nickserv.rb b/data/rbot/plugins/nickserv.rb
index 6d6e55a4..720f3b3a 100644
--- a/data/rbot/plugins/nickserv.rb
+++ b/data/rbot/plugins/nickserv.rb
@@ -25,7 +25,7 @@ class NickServPlugin < Plugin
when ""
return "nickserv plugin: handles nickserv protected IRC nicks. topics password, register, identify, listnicks"
when "password"
- return "nickserv password <nick> <passwd>: remember the password for nick <nick> and use it to identify in future"
+ return "nickserv password [<nick>] <passwd>: remember the password for nick <nick> and use it to identify in future"
when "register"
return "nickserv register [<password> [<email>]]: register the current nick, choosing a random password unless <password> is supplied - current nick must not already be registered for this to work. Also specify email if required by your services"
when "identify"