From 50c6a09ff64cb081b27a0c30790b86873449d172 Mon Sep 17 00:00:00 2001 From: href Date: Sat, 17 Feb 2018 21:21:42 +0100 Subject: :) --- lib/lsg_irc/np_handler.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lsg_irc/np_handler.ex') 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]) -- cgit v1.2.3