solanum-ircd/solanum

LIST shouldn't assume a non-channel parameter is always an ELIST string

emersonveenstra opened this issue · 2 comments

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

Agreed, please feel free to submit a PR porting that commit to solanum.

edk0 commented

Fixed in #293