mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
SVN Revision: 101
This commit is contained in:
parent
097f73643a
commit
7f9929e1f0
2 changed files with 5 additions and 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>
|
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
|
||||||
|
|
|
@ -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])).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue