mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-23 07:38:10 -07:00
stub motd
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user