summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-01 11:54:53 +0200
committerhref <href@random.sh>2021-09-01 11:54:53 +0200
commit24ac982428de355eedcf834035139a6c5885bd78 (patch)
tree82c1f2fa3f7ce6b606b226dd8685c64f79d839fc /README.md
parentbroadcast,np: remove as it is now totally useless (diff)
Small readme update + Admin cli
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 4 insertions, 17 deletions
diff --git a/README.md b/README.md
index 75131f3..b597530 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,6 @@
-# LSG
+# ircbot
-## What
-
- * Provides a small API on top of Icecast status page
+Some stupid and badly coded IRC bot. Can be spotted as "bavaria" on irc.random.sh, but is multi-connections and also elsewhere (poor channels).
## Development
@@ -23,11 +21,12 @@ Build a release using `MIX_ENV=prod mix release`.
## ideas
+* logger
* rate limiting
only allow x/messages per x/period
ignore user for exponential values
notice user "Enhance Your Calm!"
-* duck games with mendiant taxe radio
+* duck games
* markov txt
* markov par txt
* markov global
@@ -46,15 +45,3 @@ Build a release using `MIX_ENV=prod mix release`.
* reminder
* admin: /msg bot bsay message => broadcast message to channels
* admin: /msg bot say #channel message => message to #channel
-
-21:13:35.202 [error] GenServer #PID<0.18734.0> terminating
-** (BadMapError) expected a map, got: nil
- (elixir) lib/map.ex:424: Map.get(nil, "Content Type:", false)
- (lsg) lib/lsg/icecast.ex:66: LSG.Icecast.update_stats/1
- (lsg) lib/lsg/icecast.ex:29: LSG.Icecast.poll/1
- (lsg) lib/lsg/icecast.ex:16: LSG.Icecast.handle_cast/2
- (stdlib) gen_server.erl:616: :gen_server.try_dispatch/4
- (stdlib) gen_server.erl:686: :gen_server.handle_msg/6
- (stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
-Last message: {:"$gen_cast", :poll}
-