mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 18:12:26 +03:00
19 lines
No EOL
209 B
JavaScript
19 lines
No EOL
209 B
JavaScript
/** @namespace */
|
|
var chat = {};
|
|
|
|
/**
|
|
@namespace
|
|
*/
|
|
chat["#channel"] = {};
|
|
|
|
|
|
/**
|
|
@member
|
|
@type {boolean}
|
|
@defaultvalue
|
|
*/
|
|
chat["#channel"].open = true;
|
|
|
|
/**
|
|
@event chat."#channel"."op:announce-motd"
|
|
*/ |