summaryrefslogtreecommitdiffstats
path: root/actions/ActionMap.py
diff options
context:
space:
mode:
Diffstat (limited to 'actions/ActionMap.py')
-rw-r--r--actions/ActionMap.py16
1 files changed, 0 insertions, 16 deletions
diff --git a/actions/ActionMap.py b/actions/ActionMap.py
deleted file mode 100644
index 4c8431f..0000000
--- a/actions/ActionMap.py
+++ /dev/null
@@ -1,16 +0,0 @@
1import say, op, deop, quit, part, voice, devoice
2import join, kick, pythondoc, settopic, coin
3
4actions = {}
5actions['say'] = say.say()
6actions['op'] = op.op()
7actions['deop'] = deop.deop()
8actions['quit'] = quit.quit()
9actions['part'] = part.part()
10actions['voice'] = voice.voice()
11actions['devoice'] = devoice.devoice()
12actions['kick'] = kick.kick()
13actions['join'] = join.join()
14actions['pythondoc'] = pythondoc.pythondoc()
15actions['settopic'] = settopic.settopic()
16actions['coin'] = coin.coin()