浏览代码

whoops

tags/v0.1^2
Ben Kurtovic 12 年前
父节点
当前提交
325cba1d8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bot/commands/afc_status.py

+ 1
- 1
bot/commands/afc_status.py 查看文件

@@ -30,7 +30,7 @@ class Command(BaseCommand):
self.site._maxlag = None

if data.line[1] == "JOIN":
status = " ".format(("\x02Current status:\x0F", self.get_status()))
status = " ".join(("\x02Current status:\x0F", self.get_status()))
self.connection.notice(data.nick, status)
return



正在加载...
取消
保存