lambot/config.lamb

15 lines
239 B
Text
Raw Normal View History

2016-03-31 22:43:43 +00:00
-- config constants
2017-06-06 17:09:04 +00:00
HOST = "irc.freenode.net".
2016-03-31 22:43:43 +00:00
PORT = 6667.
NICK = "lambot".
2017-06-06 17:09:04 +00:00
PASS = "".
2016-03-31 22:43:43 +00:00
LASTFM_API_KEY = "YOUR_LASTFM_API_KEY_HERE".
-- nicks of administrators
2017-06-06 17:09:04 +00:00
ADMINS = ["darkf", "nchambers"].
2016-03-31 22:43:43 +00:00
-- channels to join
2017-06-06 17:09:04 +00:00
CHANS = ["##eggnog"].