mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-19 14:13:27 +02:00
Version 1.1 - crash bug fix and more advanced bot
This commit is contained in:
@@ -100,16 +100,16 @@ function init()
|
||||
onTalk = onTalk,
|
||||
onChannelList = onChannelList,
|
||||
onOpenChannel = onOpenChannel,
|
||||
onCloseChannel = onCloseChannel,
|
||||
onChannelEvent = onChannelEvent,
|
||||
onOpenPrivateChannel = onOpenPrivateChannel,
|
||||
onOpenOwnPrivateChannel = onOpenOwnPrivateChannel,
|
||||
onCloseChannel = onCloseChannel,
|
||||
onRuleViolationChannel = onRuleViolationChannel,
|
||||
onRuleViolationRemove = onRuleViolationRemove,
|
||||
onRuleViolationCancel = onRuleViolationCancel,
|
||||
onRuleViolationLock = onRuleViolationLock,
|
||||
onGameStart = online,
|
||||
onGameEnd = offline,
|
||||
onChannelEvent = onChannelEvent,
|
||||
})
|
||||
|
||||
consolePanel = g_ui.loadUI('console', modules.game_interface.getBottomPanel())
|
||||
|
Reference in New Issue
Block a user