This commit is contained in:
Dionysus 2023-07-06 21:03:56 -04:00
parent 7a69248f19
commit 472d0c103a
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ def timer_cb(data, remaining_calls):
while '%n' in msg:
msg = msg.replace('%n', nicks[0], 1)
nicks.pop(0)
weechat.command(chan, msg))
weechat.command(chan, msg)
except:
pass
finally: