lambot/config.lamb

15 lines
232 B
Plaintext
Raw Permalink Normal View History

2016-03-31 22:43:43 +00:00
-- config constants
2017-06-06 17:14:06 +00:00
HOST = "127.0.0.1".
2016-03-31 22:43:43 +00:00
PORT = 6667.
NICK = "lambot".
2017-06-06 17:14:06 +00:00
PASS = "YOUR_PASS_HERE".
2016-03-31 22:43:43 +00:00
LASTFM_API_KEY = "YOUR_LASTFM_API_KEY_HERE".
-- nicks of administrators
2017-06-06 17:14:06 +00:00
ADMINS = ["darkf"].
2016-03-31 22:43:43 +00:00
-- channels to join
2017-06-06 17:14:06 +00:00
CHANS = ["#lounge"].