remove testing lines
This commit is contained in:
parent
4b4be82e28
commit
f5c5d66545
2
index.js
2
index.js
@ -7,11 +7,9 @@ var randomext = require('./random-ext')
|
|||||||
|
|
||||||
var config = { //edit your shit here
|
var config = { //edit your shit here
|
||||||
server: "irc.supernets.org",
|
server: "irc.supernets.org",
|
||||||
//server: "irc.goat.chat",
|
|
||||||
port: 6697,
|
port: 6697,
|
||||||
SSL: true,
|
SSL: true,
|
||||||
channels: ['#superbowl', '#dev'],
|
channels: ['#superbowl', '#dev'],
|
||||||
//channels: ['#dev2'],
|
|
||||||
botName: "fascinus",
|
botName: "fascinus",
|
||||||
userName: "fascinus",
|
userName: "fascinus",
|
||||||
realName: "Sneed"
|
realName: "Sneed"
|
||||||
|
Loading…
Reference in New Issue
Block a user