소스 검색

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))

불러오는 중...
취소
저장