Index: src/users.cpp
===================================================================
--- src/users.cpp	(revision 73)
+++ src/users.cpp	(working copy)
@@ -1917,15 +1917,15 @@
 {
 	if (!ServerInstance->Config->MOTD.size())
 	{
-		this->WriteServ("422 %s :Message of the day file is missing.",this->nick);
+		this->WriteServ("422 %s :MOTD File is missing",this->nick);
 		return;
 	}
-	this->WriteServ("375 %s :%s message of the day", this->nick, ServerInstance->Config->ServerName);
+	this->WriteServ("375 %s :- %s Message of the Day -", this->nick, ServerInstance->Config->ServerName);
 
 	for (file_cache::iterator i = ServerInstance->Config->MOTD.begin(); i != ServerInstance->Config->MOTD.end(); i++)
 		this->WriteServ("372 %s :- %s",this->nick,i->c_str());
 
-	this->WriteServ("376 %s :End of message of the day.", this->nick);
+	this->WriteServ("376 %s :End of /MOTD command.", this->nick);
 }
 
 void userrec::ShowRULES()
