diff options
author | href <href@random.sh> | 2018-02-10 21:40:22 +0100 |
---|---|---|
committer | href <href@random.sh> | 2018-02-10 21:40:22 +0100 |
commit | 935a36eecc0faea60236101e11bc9f7cf1872686 (patch) | |
tree | b7b4358dee2eb3fc60681852f62c750ae8c05cb9 /lib/lsg_irc/np_handler.ex | |
parent | sse / embedded player (diff) |
update
Diffstat (limited to 'lib/lsg_irc/np_handler.ex')
-rw-r--r-- | lib/lsg_irc/np_handler.ex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/lsg_irc/np_handler.ex b/lib/lsg_irc/np_handler.ex index 8bde293..b198cbc 100644 --- a/lib/lsg_irc/np_handler.ex +++ b/lib/lsg_irc/np_handler.ex @@ -1,4 +1,12 @@ defmodule LSG.IRC.NpHandler do + @moduledoc """ + # np + + !np + now playing on 115ans.net + """ + + def irc_doc, do: @moduledoc def start_link(client) do GenServer.start_link(__MODULE__, [client]) end |