summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/autoop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/autoop.rb')
-rw-r--r--data/rbot/plugins/autoop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/autoop.rb b/data/rbot/plugins/autoop.rb
index 6187cf4d..cc1e11a9 100644
--- a/data/rbot/plugins/autoop.rb
+++ b/data/rbot/plugins/autoop.rb
@@ -1,6 +1,6 @@
class AutoOP < Plugin
def help(plugin, topic="")
- "perform autoop based on hostmask - usage: addop <hostmask> [channel channel ...], rmop <hostmask> [channel], list - list current ops. If you don't specify which channels, all channels are assumed"
+ "perform autoop based on hostmask - usage: add <hostmask> [channel channel ...], rm <hostmask> [channel], list - list current ops. If you don't specify which channels, all channels are assumed"
end
def join(m)