X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FIrc%2Fextlib%2Fphergie%2FPhergie%2FDriver%2FStreams.php;h=73c0230c714c5d74452a2055fc42478a14aeb404;hb=bf59eaf602c8319d5ae99d9809b4d4867cb632cd;hp=3f2ce052b1fc780f60d2427881c73f001137d8d8;hpb=678911af249ddc5d2db8d182ce3fd0c748c05fd7;p=quix0rs-gnu-social.git diff --git a/plugins/Irc/extlib/phergie/Phergie/Driver/Streams.php b/plugins/Irc/extlib/phergie/Phergie/Driver/Streams.php index 3f2ce052b1..73c0230c71 100755 --- a/plugins/Irc/extlib/phergie/Phergie/Driver/Streams.php +++ b/plugins/Irc/extlib/phergie/Phergie/Driver/Streams.php @@ -243,6 +243,7 @@ class Phergie_Driver_Streams extends Phergie_Driver_Abstract // Parse the command and arguments list($cmd, $args) = array_pad(explode(' ', $buffer, 2), 2, null); + $hostmask = new Phergie_Hostmask(null, null, $this->connection->getHost()); } else { // If the event could be from the server or a user...