Added the option to !opt-in/opt-out [onlinebot only]
Fixed command & event threading Events are now threaded by event_type (i.e. all buddy_logon events get ran in the same one) Added default preferences Fixed recipe loading for multiple installs (i.e. on different machines)
This commit is contained in:
@@ -33,7 +33,7 @@ class PrivateChannelService:
|
||||
self.bot.register_packet_handler(server_packets.PrivateChannelMessage.id,
|
||||
self.handle_private_channel_message, priority=30)
|
||||
|
||||
self.access_service.register_access_level("guest", 95, self.in_private_channel)
|
||||
self.access_service.register_access_level("guest", 94, self.in_private_channel)
|
||||
|
||||
def handle_private_channel_message(self, conn: Conn, packet: server_packets.PrivateChannelMessage):
|
||||
if conn.id != "main":
|
||||
|
||||
Reference in New Issue
Block a user