7b48f9bc21
* Renamed Module to JanetModule to reduce chance of clashes with NodeJS module * Changes to event dispatcher - different PubSub instances for each type of event * Fixed issues with arguments and scoping when modules triggered
11 lines
129 B
JSON
11 lines
129 B
JSON
{
|
|
"irc": {
|
|
"server": "localhost",
|
|
"port": 6667,
|
|
"user": "Janet",
|
|
"channels": [
|
|
"#botchannel"
|
|
]
|
|
}
|
|
}
|