Replace help_tiny by module docstring

This commit is contained in:
nemunaire 2014-08-28 01:39:31 +02:00
parent e5ec487d29
commit cd7843e16e
24 changed files with 47 additions and 77 deletions

View file

@ -1,5 +1,7 @@
# coding=utf-8
"""Create countdowns and reminders"""
import imp
import re
import sys
@ -14,10 +16,6 @@ nemubotversion = 3.4
from event import ModuleEvent
from hooks import Hook, hook
def help_tiny ():
"""Line inserted in the response to the command !help"""
return "events manager"
def help_full ():
return "This module store a lot of events: ny, we, " + (", ".join(DATAS.index.keys())) + "\n!eventslist: gets list of timer\n!start /something/: launch a timer"