basic irc plugin

This commit is contained in:
2018-11-23 14:38:39 +01:00
commit 90f7af7bdc
15 changed files with 571 additions and 0 deletions

13
data/config.json Normal file
View File

@@ -0,0 +1,13 @@
{
"stationMode": 1,
"hostname": "sprocket",
"apSSID": "sprocket",
"apPassword": "th3r31sn0Sp00n",
"connectTimeout": 20000,
"stationSSID": "MyAP",
"stationPassword": "th3r31sn0Sp00n",
"meshSSID": "whateverYouLike",
"meshPassword": "somethingSneaky",
"meshPort": 5555,
"channel": 5
}

6
data/ircConfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"ircServer": "chat.freenode.net",
"ircPort": 6665,
"ircNickname": "sprocket",
"ircUser": "sprocket"
}