mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_irc/mod_irc_connection.erl: Fixed URL to ejabberd
SVN Revision: 101
This commit is contained in:
parent
097f73643a
commit
7f9929e1f0
@ -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…
Reference in New Issue
Block a user