Better wording for transaction fee notification messages
[novacoin.git] / irc.h
diff --git a/irc.h b/irc.h
index 13de570..4bc8129 100644 (file)
--- a/irc.h
+++ b/irc.h
@@ -1,8 +1,9 @@
-// Copyright (c) 2009-2010 Satoshi Nakamoto\r
-// Distributed under the MIT/X11 software license, see the accompanying\r
-// file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
-\r
-bool RecvLine(SOCKET hSocket, string& strLine);\r
-void ThreadIRCSeed(void* parg);\r
-\r
-extern int nGotIRCAddresses;\r
+// Copyright (c) 2009-2010 Satoshi Nakamoto
+// Distributed under the MIT/X11 software license, see the accompanying
+// file license.txt or http://www.opensource.org/licenses/mit-license.php.
+
+bool RecvLine(SOCKET hSocket, string& strLine);
+void ThreadIRCSeed(void* parg);
+
+extern int nGotIRCAddresses;
+extern bool fGotExternalIP;