Fixed warnings caused by non-existing messagehub channels.
Changed the setting registration, removed the warnings. Loot roll messages are more obvious now. Superadmins are meant to stay mostily hidden, but are being exposed in !system again.
This commit is contained in:
@@ -48,11 +48,11 @@ class RIAdminController:
|
||||
"raid_instance_id INT NOT NULL, "
|
||||
"char_id INT PRIMARY KEY, "
|
||||
"is_leader TINYINT NOT NULL) ENGINE MEMORY")
|
||||
self.setting_service.register_new(self.module_name, "riadmin_network",
|
||||
"[905848882, 272234, 1923370, 313107, 1217210821, 1134420908]",
|
||||
TextSettingType(), "Allowed bots (charID's)",
|
||||
extended_description="This setting is *NOT* synchronized across the network;"
|
||||
" this needs to be done manually!")
|
||||
self.setting_service.register(self.module_name, "riadmin_network",
|
||||
"[905848882, 272234, 1923370, 313107, 1217210821, 1134420908]",
|
||||
TextSettingType(), "Allowed bots (charID's)",
|
||||
extended_description="This setting is *NOT* synchronized across the network;"
|
||||
" this needs to be done manually!")
|
||||
|
||||
@event(event_type="buddy_logoff", description="Track raiders")
|
||||
def raider_logoff(self, _, event_data):
|
||||
|
||||
Reference in New Issue
Block a user