Update __init__.py
This commit is contained in:
parent
627959d8f3
commit
52e61e664b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ IRC Parser for the SugarCaneIRC family.
|
||||||
import socket
|
import socket
|
||||||
import ssl as ssl_module
|
import ssl as ssl_module
|
||||||
import threading
|
import threading
|
||||||
__version__ = 0
|
__version__ = "_TEST_"
|
||||||
class SystemMessage: # System message object
|
class SystemMessage: # System message object
|
||||||
def __init__(self, content:str, user:str, typ:str, mention:bool, chan=None):
|
def __init__(self, content:str, user:str, typ:str, mention:bool, chan=None):
|
||||||
self.content, self.user, self.type, self.mention, self.chan = content,user,typ,mention,chan
|
self.content, self.user, self.type, self.mention, self.chan = content,user,typ,mention,chan
|
||||||
|
|
Loading…
Add table
Reference in a new issue