mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Initalize repo
This commit is contained in:
9
FaustBot/Model/RemoteUser.py
Normal file
9
FaustBot/Model/RemoteUser.py
Normal file
@@ -0,0 +1,9 @@
|
||||
class RemoteUser(object):
|
||||
"""
|
||||
Holds information about another user on IRC (nick!user@host)
|
||||
"""
|
||||
|
||||
def __init__(self, nick, user, host):
|
||||
self.nick = nick
|
||||
self.user = user
|
||||
self.host = host
|
||||
Reference in New Issue
Block a user