diff options
Diffstat (limited to 'actions/ActionMap.py')
| -rw-r--r-- | actions/ActionMap.py | 16 |
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 @@ | |||
| 1 | import say, op, deop, quit, part, voice, devoice | ||
| 2 | import join, kick, pythondoc, settopic, coin | ||
| 3 | |||
| 4 | actions = {} | ||
| 5 | actions['say'] = say.say() | ||
| 6 | actions['op'] = op.op() | ||
| 7 | actions['deop'] = deop.deop() | ||
| 8 | actions['quit'] = quit.quit() | ||
| 9 | actions['part'] = part.part() | ||
| 10 | actions['voice'] = voice.voice() | ||
| 11 | actions['devoice'] = devoice.devoice() | ||
| 12 | actions['kick'] = kick.kick() | ||
| 13 | actions['join'] = join.join() | ||
| 14 | actions['pythondoc'] = pythondoc.pythondoc() | ||
| 15 | actions['settopic'] = settopic.settopic() | ||
| 16 | actions['coin'] = coin.coin() | ||