diff options
Diffstat (limited to 'protocols/IRCG/irc.h')
-rw-r--r-- | protocols/IRCG/irc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IRCG/irc.h b/protocols/IRCG/irc.h index 3c4f10ec4f..fedaef74e3 100644 --- a/protocols/IRCG/irc.h +++ b/protocols/IRCG/irc.h @@ -87,8 +87,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define IRC_UM_DISCONNECT "/UMenuDisconnect"
#define IRC_UM_IGNORE "/UMenuIgnore"
-#define STR_QUITMESSAGE "\002Miranda IM!\002 Smaller, Faster, Easier. http://miranda-im.org"
-#define STR_USERINFO "I'm a happy Miranda IM user! Get it here: http://miranda-im.org"
+#define STR_QUITMESSAGE "\002Miranda NG!\002 Smaller, Faster, Easier. http://nightly.miranda.im/"
+#define STR_USERINFO "I'm a happy Miranda NG user! Get it here: http://nightly.miranda.im/"
#define STR_AWAYMESSAGE "I'm away from the computer." // Default away
#define DCCSTRING " (DCC)"
#define SERVERSMODULE "IRC Servers"
|