Initial Release of IGNCore version 2.5
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class CommandRequest:
|
||||
def __init__(self, conn, channel, sender, reply):
|
||||
self.conn = conn
|
||||
self.channel = channel
|
||||
self.sender = sender
|
||||
self.reply = reply
|
||||
Reference in New Issue
Block a user