summaryrefslogtreecommitdiff
path: root/lib/lsg_irc/np_handler.ex
diff options
context:
space:
mode:
authorhref <href@random.sh>2018-02-17 21:21:42 +0100
committerhref <href@random.sh>2018-02-17 21:21:42 +0100
commit50c6a09ff64cb081b27a0c30790b86873449d172 (patch)
treeba1bebfc7e367f169276692e0ac02709d62d6516 /lib/lsg_irc/np_handler.ex
parenttxt: fix against malicious filenames (aka 'fuck you shiv') (diff)
:)
Diffstat (limited to 'lib/lsg_irc/np_handler.ex')
-rw-r--r--lib/lsg_irc/np_handler.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lsg_irc/np_handler.ex b/lib/lsg_irc/np_handler.ex
index b198cbc..5f724d4 100644
--- a/lib/lsg_irc/np_handler.ex
+++ b/lib/lsg_irc/np_handler.ex
@@ -2,10 +2,10 @@ defmodule LSG.IRC.NpHandler do
@moduledoc """
# np
- !np
- now playing on 115ans.net
+ * **!np** chanson/émission actuellement sur le stream de 115ans.net
"""
+ def short_irc_doc, do: "!np (en ce moment sur 115ans)"
def irc_doc, do: @moduledoc
def start_link(client) do
GenServer.start_link(__MODULE__, [client])