From 3f87017335baf4a6c474d335534f7dd4c495d5f0 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 4 Feb 2007 11:53:07 +0000 Subject: Minor auth help fix --- lib/rbot/core/auth.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index f01af87e..daacdc68 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -246,6 +246,8 @@ class AuthModule < CoreBotModule return "permissions [re]set [in ] for : sets or resets the permissions for botuser in channel (use ? to change the permissions for private addressing)" when "view" return "permissions view [for ]: display the permissions for user " + else + return "topics: syntax, (re)set, view" end when "user" case topic -- cgit v1.2.3