aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2003-04-28 13:56:58 +0000
committerAlexey Shchepin <alexey@process-one.net>2003-04-28 13:56:58 +0000
commit7f9929e1f004db23a8d7d6f7c3afd5cbaa5db080 (patch)
tree55cf3db7a5c07996074378015d4a8b0cce6d8d35
parent* src/mod_muc/mod_muc.erl: Support for nick registration (diff)
* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
SVN Revision: 101
-rw-r--r--ChangeLog4
-rw-r--r--src/mod_irc/mod_irc_connection.erl2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f43caf3b2..d86f56d6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-28 Alexey Shchepin <alexey@sevcom.net>
+
+ * src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
+
2003-04-15 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_c2s.erl: Some fixes in work with socket
diff --git a/src/mod_irc/mod_irc_connection.erl b/src/mod_irc/mod_irc_connection.erl
index b261ae33c..824e16f55 100644
--- a/src/mod_irc/mod_irc_connection.erl
+++ b/src/mod_irc/mod_irc_connection.erl
@@ -629,7 +629,7 @@ process_version(StateData, Nick, From) ->
"\001\r\n",
[FromUser, ?VERSION]) ++
io_lib:format("NOTICE ~s :\001VERSION "
- "http://www.jabber.ru/projects/ejabberd/"
+ "http://ejabberd.jabberstudio.org/"
"\001\r\n",
[FromUser])).