mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
add chat panel, send text messages, guard forbidden functions with an ifdef
This commit is contained in:
14
modules/chat/chat.otmod
Normal file
14
modules/chat/chat.otmod
Normal file
@@ -0,0 +1,14 @@
|
||||
Module
|
||||
name: chat
|
||||
description: Manage chat window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
onLoad: |
|
||||
require 'chat'
|
||||
return true
|
||||
|
||||
|
Reference in New Issue
Block a user