summaryrefslogtreecommitdiff
path: root/lib/lsg_irc/np_handler.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-02-10 21:40:22 +0100
committerhref <href@random.sh>2018-02-10 21:40:22 +0100
commit935a36eecc0faea60236101e11bc9f7cf1872686 (patch)
treeb7b4358dee2eb3fc60681852f62c750ae8c05cb9 /lib/lsg_irc/np_handler.ex
parentsse / embedded player (diff)
update
Diffstat (limited to 'lib/lsg_irc/np_handler.ex')
-rw-r--r--lib/lsg_irc/np_handler.ex8
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