diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dfb8727 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +factoids.txt +std diff --git a/config.lamb b/config.lamb index 45ef8c8..8267abd 100644 --- a/config.lamb +++ b/config.lamb @@ -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"].