diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | src/mod_irc/mod_irc_connection.erl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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])). |