diff options
author | Raine Virta <rane@kapsi.fi> | 2010-02-22 01:58:31 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-02-25 10:06:41 +0100 |
commit | f8acbf17ff67de70247671742b4bc4f321e71f17 (patch) | |
tree | e16d65b358fd85c09c8453e0f2876016417fdfb4 /data | |
parent | 7d2f231d66e125428c7c9a72588ecae93a11f987 (diff) |
nickserv: add a missing colon
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/nickserv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/nickserv.rb b/data/rbot/plugins/nickserv.rb index 6f8b3a72..2525793b 100644 --- a/data/rbot/plugins/nickserv.rb +++ b/data/rbot/plugins/nickserv.rb @@ -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" |