dont force :trailing on all 324 (RPL_CHANNELMODEIS) replies
This commit is contained in:
parent
8e711970e7
commit
5a463382d3
|
@ -42,7 +42,7 @@ let reply t (num, params) =
|
|||
| None -> "*"
|
||||
in
|
||||
let always_trailing = match num with
|
||||
| "324" | "332" | "353" -> true
|
||||
| "332" | "353" -> true
|
||||
| _ -> false
|
||||
in
|
||||
Outbox.send t.outbox
|
||||
|
|
Loading…
Reference in New Issue