test
This commit is contained in:
parent
4e0602d0b2
commit
6d9e7a0769
@ -17,6 +17,7 @@ def prerun():
|
|||||||
# we are going to redispatch commands
|
# we are going to redispatch commands
|
||||||
# This will give sopel the appearance of recieving individual commands
|
# This will give sopel the appearance of recieving individual commands
|
||||||
print(comrun.commands)
|
print(comrun.commands)
|
||||||
|
print("stuff below")
|
||||||
if len(comrun.commands) > 1:
|
if len(comrun.commands) > 1:
|
||||||
for trigger_dict in comrun.commands:
|
for trigger_dict in comrun.commands:
|
||||||
print(trigger_dict)
|
print(trigger_dict)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user