Only last RPL_WHOISCHANNELS line is interpreted
ManiacTwister opened this issue · 1 comments
ManiacTwister commented
When a user is in many channels it is possible that the ircd responses with multiple RPL_WHOISCHANNELS lines. kiwiirc/webircgateway only interprets the last receives line, which ends in incomplete channels lists when whoising users
:morgan.hackint.org 319 test_tmp test_tmp :@#test61 @#test60 @#test59 @#test58 @#test57 @#test56 @#test55 @#test53 @#test52 @#test50 @#test49 @#test47 @#test46 @#test45 @#test44 @#test43 @#test42 @#test41 @#test40 @#test39 @#test38 @#test37 @#test36 @#test35 @#test34 @#test33 @#test31 @#test30 @#test29 @#test28 @#test27 @#test26 @#test25 @#test24 @#test23 @#test22 @#test21 @#test20 @#test19 @#test18 @#test17 @#test16 @#test15 @#test14 @#test13 @#test12 @#test11 @#test10 @#test9
>> :morgan.hackint.org 319 test_tmp test_tmp :@#test8 @#test7 @#test6 @#test5 @#test4 @#test3 @#test2 @#test1
In this example only "@#test8 @#test7 @#test6 @#test5 @#test4 @#test3 @#test2 @#test1" are listed by kiwiirc
ManiacTwister commented
This is an bug in the irc-framework package. Closing this as i made an pullrequest there kiwiirc/irc-framework#132