aboutsummaryrefslogtreecommitdiff
path: root/src/mod_adhoc.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-12-06 22:12:27 +0000
committerBadlop <badlop@process-one.net>2007-12-06 22:12:27 +0000
commitd625fc80fc94feb24484050972509242f56cc67b (patch)
tree1d5db8e3bd548ee3f51581b271d7e2a671fd8c1e /src/mod_adhoc.erl
parent* src/ejabberdctl.cfg.example: Explain that each connection uses (diff)
* src/acl.erl and other 64 files: Remove Erlang module attribute
'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044
Diffstat (limited to 'src/mod_adhoc.erl')
-rw-r--r--src/mod_adhoc.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_adhoc.erl b/src/mod_adhoc.erl
index 4288524ab..4b8004872 100644
--- a/src/mod_adhoc.erl
+++ b/src/mod_adhoc.erl
@@ -8,7 +8,6 @@
-module(mod_adhoc).
-author('henoch@dtek.chalmers.se').
--vsn('$Revision$ ').
-behaviour(gen_mod).