Quiet annoying mutex debug logging messages
[clinton/bobotpp.git] / source / Message.H
index 97650ec..bce1e18 100644 (file)
@@ -1,5 +1,6 @@
 // Message.H  -*- C++ -*-
 // Copyright (c) 1997, 1998 Etienne BERNARD
+// Copyright (c) 2005 Clinton Ebadi
 
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -13,7 +14,8 @@
 
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+// 02110-1301, USA.
 
 #ifndef MESSAGE_H
 #define MESSAGE_H
@@ -56,7 +58,7 @@ struct Message {
 #define AlreadyInShitlist(m, mc) (Message(-22, (m) + " is already in shitlist on channel(s) " + (mc)))
 #define EmptyMessage (Message(-23, "Can not send an empty message"))
 #define EmptyAddressee (Message(-24, "Can not send to nobody"))
-#define NotToChannel (Message(-25, "Can not send to a channel. Use \"say\" instead."))
+#define NotToChannel (Message(-25, "Can not send to a channel."))
 #define NotConnected (Message(-26, "Not connected."))
 
 #endif