瀏覽代碼

Bold the nick when trouting.

tags/v0.1^2
Ben Kurtovic 12 年之前
父節點
當前提交
7db748c448
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      earwigbot/commands/trout.py

+ 1
- 1
earwigbot/commands/trout.py 查看文件

@@ -44,5 +44,5 @@ class Trout(Command):
if normal in self.exceptions:
self.reply(data, self.exceptions[normal])
else:
msg = "slaps {0} around a bit with a large {1}."
msg = "slaps \x02{0}\x0F around a bit with a large {1}."
self.action(data.chan, msg.format(target, animal))

Loading…
取消
儲存