24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd

SVN Revision: 101
This commit is contained in:
Alexey Shchepin 2003-04-28 13:56:58 +00:00
parent 097f73643a
commit 7f9929e1f0
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2003-04-15 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_c2s.erl: Some fixes in work with socket * src/ejabberd_c2s.erl: Some fixes in work with socket

View File

@ -629,7 +629,7 @@ process_version(StateData, Nick, From) ->
"\001\r\n", "\001\r\n",
[FromUser, ?VERSION]) ++ [FromUser, ?VERSION]) ++
io_lib:format("NOTICE ~s :\001VERSION " io_lib:format("NOTICE ~s :\001VERSION "
"http://www.jabber.ru/projects/ejabberd/" "http://ejabberd.jabberstudio.org/"
"\001\r\n", "\001\r\n",
[FromUser])). [FromUser])).