summaryrefslogtreecommitdiff
path: root/Client.php
diff options
context:
space:
mode:
Diffstat (limited to 'Client.php')
-rw-r--r--Client.php2
1 files changed, 1 insertions, 1 deletions
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++ ) {