# File rbot/plugins/remind.rb, line 16 def help(plugin, topic="") if(plugin =~ /^remind\+$/) "see remind. remind+ can be used to remind someone else of something, using <nick> instead of 'me'. However this will generally require a higher auth level than remind." else "remind me [about] <message> in <time>, remind me [about] <message> every <time>, remind me [about] <message> at <time>, remind me no more [about] <message>, remind me no more" end end