diff options
Diffstat (limited to 'wmd/actions/passive/rejoin_on_kick.py')
| -rw-r--r-- | wmd/actions/passive/rejoin_on_kick.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/wmd/actions/passive/rejoin_on_kick.py b/wmd/actions/passive/rejoin_on_kick.py index 21cbc91..f6a66c7 100644 --- a/wmd/actions/passive/rejoin_on_kick.py +++ b/wmd/actions/passive/rejoin_on_kick.py | |||
| @@ -10,11 +10,4 @@ class RejoinOnKick(Action): | |||
| 10 | if nickname == settings.NICKNAME: | 10 | if nickname == settings.NICKNAME: |
| 11 | time.sleep(10) # TODO: Make this a setting | 11 | time.sleep(10) # TODO: Make this a setting |
| 12 | irc.join(channel) | 12 | irc.join(channel) |
| 13 | self.log("Rejoined %s" % channel) | 13 | self.log("Rejoined %s" % channel) \ No newline at end of file |
| 14 | # if obj_data.params[0] == ":": | ||
| 15 | # server = obj_data.params[1:] | ||
| 16 | # else: | ||
| 17 | # server = obj_data.params | ||
| 18 | # msg = "PONG :%s" % server | ||
| 19 | # self.log(msg) | ||
| 20 | # irc.rawsend(msg) \ No newline at end of file | ||