diff options
author | Alexey Shchepin <alexey@process-one.net> | 2007-08-24 16:18:46 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2007-08-24 16:18:46 +0000 |
commit | 24ff98d50d551c21a92177347a377888a853350f (patch) | |
tree | 572a21dd7fb0e083f11c24c006573606b4449c1e /src/mod_muc | |
parent | * src/web/ejabberd_web_admin.erl: Moved roster stuff to mod_roster* (diff) |
Fixed conflict
SVN Revision: 887
Diffstat (limited to 'src/mod_muc')
-rw-r--r-- | src/mod_muc/mod_muc_room.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index 998b89c3..8c84c1fe 100644 --- a/src/mod_muc/mod_muc_room.erl +++ b/src/mod_muc/mod_muc_room.erl @@ -3,12 +3,10 @@ %%% Author : Alexey Shchepin <alexey@sevcom.net> %%% Purpose : MUC room stuff %%% Created : 19 Mar 2003 by Alexey Shchepin <alexey@sevcom.net> -%%% Id : $Id$ %%%---------------------------------------------------------------------- -module(mod_muc_room). -author('alexey@sevcom.net'). --vsn('$Revision$ '). -behaviour(gen_fsm). |