diff options
Diffstat (limited to 'actions/join.py')
| -rw-r--r-- | actions/join.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/actions/join.py b/actions/join.py new file mode 100644 index 0000000..7a36947 --- /dev/null +++ b/actions/join.py | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | class join: | ||
| 2 | |||
| 3 | def __init__(self): | ||
| 4 | self = [] | ||
| 5 | |||
| 6 | def getAction(self, data): | ||
| 7 | return 'JOIN ' + data[data.index('join')+5:] | ||