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