|
@@ -69,14 +69,6 @@ def shutdown(bot):
|
|
|
print("Closed messaging server.")
|
|
|
msgserver = None
|
|
|
|
|
|
-@willie.module.commands('tescht')
|
|
|
-def ffpb_tescht(bot, trigger):
|
|
|
- bot.say ('ich sage mal hallo ' + trigger.nick)
|
|
|
-
|
|
|
-
|
|
|
-"""TODO: check if nickname that is triggering $command is allow for $node"""
|
|
|
-
|
|
|
-
|
|
|
@willie.module.commands('status')
|
|
|
def ffpb_status(bot, trigger):
|
|
|
"""Status des FFPB-Netzes: Anzahl (aktiver) Knoten + Clients"""
|