mirror of
https://github.com/thelounge/thelounge
synced 2025-01-13 21:08:56 +00:00
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
|
module.exports = function(network, chan, cmd, args) {
|
||
|
console.log("connect");
|
||
|
};
|