Oops -- TOPIC wasn't channel-specific

This commit is contained in:
Tony Garnock-Jones 2017-08-04 10:38:30 -04:00
parent 38032448bd
commit 0719d78ca8
1 changed files with 1 additions and 1 deletions

View File

@ -20,5 +20,5 @@
(send! (ircd-event who (irc-message server-prefix 324
(list (lookup-nick who) Ch "+") #f))))
(on (message (ircd-action _ (irc-message _ "TOPIC" _ $new-topic)))
(on (message (ircd-action _ (irc-message _ "TOPIC" (list Ch) $new-topic)))
(topic new-topic))))