slowbro/phpircd

PRIVMSG to a user crashes the server

Closed this issue · 1 comments

PRIVMSG to a user crashes the server because of an undefined variable being used to access the ircd::_clients array and then calling send() on a non-object

Line 503 of ircd

Fixed in f7771cf.