diff options
| author | 2018-06-17 12:51:23 +0100 | |
|---|---|---|
| committer | 2018-06-17 12:51:23 +0100 | |
| commit | 9f6a3b600acd785c0b6c3298d3b3acc3a532ca55 (patch) | |
| tree | 3e457760933e571fb2db23d47294ceb2a8496d4f | |
| parent | Added first version of print_message to prettyprint log certain activities (diff) | |
Remove commented example raw IRC line from IRCLineHandler
| -rw-r--r-- | IRCLineHandler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IRCLineHandler.py b/IRCLineHandler.py index 1b6014d2..011cb409 100644 --- a/IRCLineHandler.py +++ b/IRCLineHandler.py @@ -338,4 +338,3 @@ def handle_477(data): bot.add_timer("rejoin", 5, channel_name=data.args[1], key=data.server.attempted_join[data.args[1].lower()], server_id=data.server.id) -#:newirc.tripsit.me 477 BitBot ##nope :Cannot join channel (+r) - you need to be identified with services |
