From 0573149576f0f05aeaf3d0b10011acf91d9099c3 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 6 Aug 2008 23:18:12 +0200 Subject: [PATCH] qauth plugin: typos in help --- data/rbot/plugins/quakeauth.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/rbot/plugins/quakeauth.rb b/data/rbot/plugins/quakeauth.rb index e9aeab2b..c7934d3d 100644 --- a/data/rbot/plugins/quakeauth.rb +++ b/data/rbot/plugins/quakeauth.rb @@ -5,11 +5,11 @@ class QPlugin < Plugin def help(plugin, topic="") case topic when "" - return "quath plugin: handles Q auths. topics set, identify" + return "qauth plugin: handles Q auths. topics set, identify" when "set" - return "nickserv set : set the Q user and password and use it to identify in future" + return "qauth set : set the Q user and password and use it to identify in future" when "identify" - return "quath identify: identify with Q (if user and auth are set)" + return "qauth identify: identify with Q (if user and auth are set)" end end -- 2.39.5