]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Ahem, forgot to save the last change before committing
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 31 Aug 2006 15:16:34 +0000 (15:16 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 31 Aug 2006 15:16:34 +0000 (15:16 +0000)
data/rbot/plugins/nickserv.rb

index 6d6e55a4f3235ba49996d6e234f525a287b0c9ca..720f3b3a9f15eb5a56680c5d54091b1a0f55cfd0 100644 (file)
@@ -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"