LIST shouldn't assume a non-channel parameter is always an ELIST string
emersonveenstra opened this issue · 2 comments
emersonveenstra commented
Doing something like /list channelname
without the leading #
results in all the channels being returned, since there's no check in mo_list
to make sure that a non-channel parameter is a valid ELIST string. This was fixed in -seven a while ago: freenode/ircd-seven@6ea60b2
dwfreed commented
Agreed, please feel free to submit a PR porting that commit to solanum.