notice (ezbounce)
Brought to you by:
meebey
i'm having problems getting notice from ezbounce server
Dec 27 23:35:01 SmartIRC.php(1568)
DEBUG_IRCMESSAGES: received: "ezbounce!srv NOTICE
fdsf :Please use /quote PASS <password> to register..."
Dec 27 23:35:01 SmartIRC.php(1972)
DEBUG_MESSAGEHANDLER: no method found
for "ezbounce!srv" (event_ezbounce!srv)
my code does not seem to return notice from ezbounce
$IRC->registerActionhandler
(SMARTIRC_TYPE_NOTICE, '.*', $BOT, 'ON_NOTICE');
Logged In: YES
user_id=598557
this seems to be a design bug in SmartIRC, it only parses
the message completly if it has a : prefix, according to the
RFC this prefix must be fully optional... so I have to fix
this now :) thanks for your bugreport!