From 63abf135263107feb9fa77c70c4ffd48abe6f010 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 14 Jun 2020 19:54:45 +0100 Subject: Switch to using @ for commands --- Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Client.php') diff --git a/Client.php b/Client.php index 27b3126..f5cb7f2 100644 --- a/Client.php +++ b/Client.php @@ -165,7 +165,7 @@ class Client if ($message[0] == 'PING') { $this->pongCommand($message[1]); } else { - if (strpos($message[3], ":!") === 0) { + if (strpos($message[3], ":@") === 0) { $args = ''; if(($count = count($message)) > 4) { for ($i = 4; $i < $count; $i++ ) { -- cgit v1.2.3