[LIRC-3] irc.c: IRC message prefix is always NULL
In LBBS's test_unit test, the IRC message prefix is always NULL now:
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 900 [(null)] testuser3 :testuser3!testuser3@localhost testuser3 You are now logged in as testuser3
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 1 [(null)] testuser3 :Welcome to the BBS Internet Relay Chat Network testuser3
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 2 [(null)] testuser3 :Your host is bbs.example.com, running version lbbs-0.7.3-irc
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 3 [(null)] testuser3 :This server was created Sun Mar 29 2026 05:44 pm UTC
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 4 [(null)] testuser3 bbs.example.com lbbs-0.7.3-irc iowZ cgijklmnprstzCPST qahov
[2026-03-29 17:44:44.525] DEBUG[2292385]: mod_irc_client.c:699 handle_irc_msg: 5 [(null)] testuser3 SAFELIST CHANTYPES=#& CHANMODES=,,jkl,cgimnprstzCPST CHANLIMIT=#:50,&:50 :are supported by this server
[2026-03-29 17:44:44.525] DEBUG[2292385]: irc.c:535 irc_read: <= 127.0.0.1 ser3 PREFIX=(qaohv)~&@%+ KNOCK MAXLIST=b:1 MODES=26 CASEMAPPING=rfc1459 :are supported by this server
I don't think this used to happen before but can't easily identify where a regression might have crept in so this needs testing.
Comments
You must be logged in to leave a comment.