feat: implement Tier 1 channel modes (+o/+v/+m/+t), KICK, NOTICE #88

Merged
sneak merged 2 commits from feature/tier1-channel-modes-85 into main 2026-03-25 02:08:29 +01:00
Showing only changes of commit 3a6fc92e94 - Show all commits

View File

@@ -447,7 +447,7 @@ func (hdlr *Handlers) deliverWelcome(
// 004 RPL_MYINFO
hdlr.enqueueNumeric(
ctx, clientID, irc.RplMyInfo, nick,
[]string{srvName, version, "", "imnst"},
[]string{srvName, version, "", "mnst"},
"",
)