|
@@ -2,8 +2,6 @@ |
|
|
|
|
|
|
|
|
# Actions/commands to interface with IRC. |
|
|
# Actions/commands to interface with IRC. |
|
|
|
|
|
|
|
|
import string |
|
|
|
|
|
|
|
|
|
|
|
class Actions: |
|
|
class Actions: |
|
|
def __init__(self, sock): |
|
|
def __init__(self, sock): |
|
|
"""actions/commands to interface with IRC""" |
|
|
"""actions/commands to interface with IRC""" |
|
|