Add tracking of IMC2 channels and the new 'imcchanlist' command.
This commit is contained in:
parent
50e70327fe
commit
181133d917
4 changed files with 92 additions and 15 deletions
|
|
@ -274,7 +274,12 @@ class IMC2PacketIceRefresh(IMC2Packet):
|
|||
Example:
|
||||
*@YourMUD 1234567890 YourMUD!Hub1 ice-refresh IMC@$
|
||||
"""
|
||||
pass
|
||||
def __init__(self):
|
||||
super(IMC2PacketIceRefresh, self).__init__()
|
||||
self.sender = '*'
|
||||
self.packet_type = 'ice-refresh'
|
||||
self.target = 'IMC'
|
||||
self.destination = '$'
|
||||
|
||||
class IMC2PacketIceUpdate(IMC2Packet):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue