diff options
Diffstat (limited to 'Blatech.php')
-rw-r--r-- | Blatech.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Blatech.php b/Blatech.php index fc414c3..305aea7 100644 --- a/Blatech.php +++ b/Blatech.php @@ -14,7 +14,7 @@ class Blatech $args = static::sanitiseArgs($args); $nick = ltrim(explode('!', $message[0])[0], ":"); $channel = $message[2]; - $msg = explode(" ", ltrim(trim($message[3], "\r\n"), ":!")); + $msg = explode(" ", ltrim(trim($message[3], "\r\n"), ":@")); if (!isset($msg[0])) { return null; |