stub motd

This commit is contained in:
Jeremy Latt
2014-02-11 15:33:02 -08:00
parent 887f12cb31
commit cdae59ecf5
3 changed files with 15 additions and 8 deletions
+4
View File
@@ -349,3 +349,7 @@ func ErrChanOPrivIsNeeded(channel *Channel) Reply {
return NewNumericReply(channel.server, ERR_CHANOPRIVSNEEDED,
"%s :You're not channel operator", channel.name)
}
func ErrNoMOTD(server *Server) Reply {
return NewNumericReply(server, ERR_NOMOTD, ":MOTD File is missing")
}