diff options
author | Alexey Shchepin <alexey@process-one.net> | 2006-02-06 05:12:54 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2006-02-06 05:12:54 +0000 |
commit | 0cc168a9aafbc9674c60006e8a32341886882c68 (patch) | |
tree | 005b8bfd41d5a548bb2d5d273d539b2a9f8275a2 /src/mod_irc | |
parent | * src/ejabberd_auth_odbc.erl: Added ejabberd_odbc_sup to ejabberd (diff) |
* src/mod_muc/mod_muc_room.erl: Kick non-members when room
reconfigured to be member-only or when membership is revoked in
member-only room, allowed "true" and "false" in x:data forms
(thanks to Sergei Golovan)
* src/mod_configure.erl: Added "Host" parameter to get_form and
set_form functions (thanks to Sergei Golovan)
* src/ejabberd_s2s_out.erl: Bugfix
* src/msgs/es.msg: Updated (thanks to Badlop)
* src/web/ejabberd_web.erl: Bugfix (thanks to Badlop)
* src/mod_irc/mod_irc.erl: Updated copyright dates
* src/mod_muc/mod_muc.erl: Likewise
* src/mod_pubsub/mod_pubsub.erl: Likewise
* src/mod_vcard.erl: Likewise
* src/mod_vcard_ldap.erl: Likewise
* src/mod_vcard_odbc.erl: Likewise
* src/web/ejabberd_web_admin.erl: Likewise
SVN Revision: 500
Diffstat (limited to 'src/mod_irc')
-rw-r--r-- | src/mod_irc/mod_irc.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_irc/mod_irc.erl b/src/mod_irc/mod_irc.erl index 6c36a71b8..e3ce27268 100644 --- a/src/mod_irc/mod_irc.erl +++ b/src/mod_irc/mod_irc.erl @@ -307,7 +307,7 @@ iq_get_vcard(Lang) -> "http://ejabberd.jabberstudio.org/"}]}, {xmlelement, "DESC", [], [{xmlcdata, translate:translate(Lang, "ejabberd IRC module\n" - "Copyright (c) 2003-2005 Alexey Shchepin")}]}]. + "Copyright (c) 2003-2006 Alexey Shchepin")}]}]. process_register(Host, From, To, #iq{} = IQ) -> case catch process_irc_register(Host, From, To, IQ) of |