ソースを参照

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 + ".")