idea
This commit is contained in:
parent
7edda499b3
commit
7f36b9c836
@ -59,12 +59,12 @@ class Module_Networking():
|
|||||||
def hello_world():
|
def hello_world():
|
||||||
return 'Boo'
|
return 'Boo'
|
||||||
|
|
||||||
@webSources.route('/bot/TryCommand/<user>/<source>/<message>/')
|
@webSources.route('/bot/TryCommand/<type>/<user>/<source>/<message>/')
|
||||||
def bot_TryCommand():
|
def bot_TryCommand(type, user, source, message):
|
||||||
return 'Boo'
|
return 'Boo'
|
||||||
|
|
||||||
@webSources.route('/bot/SendMsg/<type>/<destination>/<message>/')
|
@webSources.route('/bot/SendMsg/<type>/<destination>/<message>/')
|
||||||
def bot_SendMsg():
|
def bot_SendMsg(type, destination, message):
|
||||||
return 'Boo'
|
return 'Boo'
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user