summaryrefslogtreecommitdiffstats
path: root/actions/join.py
blob: 44246be8d30d8319fac0ed6d5caa3ce63fd77af9 (plain) (blame)
1
2
3
4
5
6
7
8
class join:

    def __init__(self):
        self = []

    def getAction(self, data):
        channel = data.params.split(' ')[3]
        return 'JOIN ' + channel