diff options
author | Matt Arnold | 2025-02-22 18:40:45 -0500 |
---|---|---|
committer | Matt Arnold | 2025-02-22 18:40:45 -0500 |
commit | c45ff99ac8b44c5f492167425db7ce5f6e83d0b8 (patch) | |
tree | 82b15597344c839925c9d541ffbdd7950ee27b98 /IRC.py | |
parent | e8e53da972309e5ace11bd2a46ba5401593a9c2a (diff) |
Diffstat (limited to 'IRC.py')
-rw-r--r-- | IRC.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/IRC.py b/IRC.py index 9be5d26..6df303e 100644 --- a/IRC.py +++ b/IRC.py @@ -1,9 +1,7 @@ # Part of rabbitears See LICENSE for permissions # Copyright (C) 2022 Matt Arnold -import socket -import sys + import irctokens -import time import base64 |