Replace help_tiny by module docstring
This commit is contained in:
parent
e5ec487d29
commit
cd7843e16e
24 changed files with 47 additions and 77 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# coding=utf-8
|
||||
|
||||
"""Send SMS using SMS API (currently only Free Mobile)"""
|
||||
|
||||
import re
|
||||
import socket
|
||||
import time
|
||||
|
|
@ -15,10 +17,6 @@ def load(context):
|
|||
global DATAS
|
||||
DATAS.setIndex("name", "phone")
|
||||
|
||||
def help_tiny():
|
||||
"""Line inserted in the response to the command !help"""
|
||||
return "Send SMS using SMS API (currently only Free Mobile)"
|
||||
|
||||
def help_full():
|
||||
return "!sms /who/[,/who/[,...]] message: send a SMS to /who/."
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue