]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
nickserv: add a missing colon
authorRaine Virta <rane@kapsi.fi>
Sun, 21 Feb 2010 23:58:31 +0000 (01:58 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 25 Feb 2010 09:06:41 +0000 (10:06 +0100)
data/rbot/plugins/nickserv.rb

index 6f8b3a724977a75989863a886444c1fc08d53d97..2525793b93994d321fc60a7556cddfaa10a089a6 100644 (file)
@@ -51,7 +51,7 @@ class NickServPlugin < Plugin
   def help(plugin, topic="")
     case topic
     when ""
-      return _("nickserv plugin: handles nickserv protected IRC nicks. topics password, register, identify, listnicks")
+      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")
     when "register"