소스 검색

karma changed

tBKwtWS 7 년 전
부모
커밋
cb78dfb27c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      commands/statistics.py

+ 1 - 1
commands/statistics.py

@@ -138,7 +138,7 @@ def do_command(self, connection, event):
         elif cmdtype == "cmd":
         
             if len(command.split()) == 1:
-                connection.privmsg(replyto, "I asm seeing you right now. For help type " + blue + self.helpchar + reset + ".")
+                connection.privmsg(replyto, "I am seeing you right now. For help type " + blue + self.helpchar + reset + ".")
             elif len(command.split()) == 2:
                 if not self.db.one("SELECT last_act_type FROM users WHERE LOWER(name)='" + command.split()[1] + "' AND network='" + self.network + "'"):
                     connection.action(replyto, "has never seen " + red + command.split()[1] + reset + ".")