fixed config.lamb defaults

This commit is contained in:
Nicholas Chambers 2017-06-06 18:14:06 +01:00
parent 53959f9f87
commit 9e78e6f97d
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
factoids.txt
std

View File

@ -1,14 +1,14 @@
-- config constants
HOST = "irc.freenode.net".
HOST = "127.0.0.1".
PORT = 6667.
NICK = "lambot".
PASS = "".
PASS = "YOUR_PASS_HERE".
LASTFM_API_KEY = "YOUR_LASTFM_API_KEY_HERE".
-- nicks of administrators
ADMINS = ["darkf", "nchambers"].
ADMINS = ["darkf"].
-- channels to join
CHANS = ["##eggnog"].
CHANS = ["#lounge"].