Oops
This commit is contained in:
parent
8e2edcf79f
commit
019e38caec
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def hi(bot, chan: str, name: str, message: str) -> None:
|
|||
|
||||
|
||||
def op(bot, chan: str, name: str, message: str) -> None:
|
||||
op(name, chan)
|
||||
bot.op(name, chan)
|
||||
|
||||
|
||||
def ping(bot, chan: str, name: str, message: str) -> None:
|
||||
|
|
Loading…
Reference in a new issue