test
This commit is contained in:
parent
c9a91790f3
commit
74b368bc1c
@ -16,7 +16,7 @@ def prerun(metadata={}):
|
||||
|
||||
runfunc = True
|
||||
|
||||
comrun = ComRun(bot, trigger, function, metadata)
|
||||
comrun = sbComRun(bot, trigger, function, metadata)
|
||||
|
||||
# Check that nick has the correct bot or channel privileges
|
||||
# to run the command.
|
||||
@ -146,7 +146,7 @@ def rebuild_pipes(commands, trigger_str_add=None):
|
||||
return repipe_trigger_dict
|
||||
|
||||
|
||||
class ComRun():
|
||||
class sbComRun():
|
||||
|
||||
def __init__(self, bot, trigger, function, metadata):
|
||||
self.bot = bot
|
||||
|
||||
Loading…
Reference in New Issue
Block a user