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