Actions
Bug #4772
closed$chan().rawmode and $chan().mode returns wrong value
Start date:
11/29/2019
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I am testing AdiIRC in the new UnrealIRCD 5 (currently in RC2 stage) and i noticed that adiirc returns wrong the data that receive from RAW 324 .
Debug:
<- 29/Nov/2019 12:10:55 - :IRC.Network.Net 324 testnick #test +ntrPCH 30:86400
Examples:
/mode #test //echo -a IS: $chan(#test).rawmode -- $chan(#test).mode Now returns: IS: +CHnPrt 30:86400 -- +CHnPrt It should return: IS: +ntrPCH 30:86400 +ntrPCH
- Thanks!
Actions