From c77be7ec8fbbbd2b871efa3822be3b25edeb445d Mon Sep 17 00:00:00 2001 From: href Date: Sat, 9 Jan 2021 14:38:05 +0100 Subject: Old WIP commit - STS, ... --- lib/irc/client/command/away.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/irc/client') diff --git a/lib/irc/client/command/away.ex b/lib/irc/client/command/away.ex index 3b6b38e..da8b5ef 100644 --- a/lib/irc/client/command/away.ex +++ b/lib/irc/client/command/away.ex @@ -15,7 +15,7 @@ defmodule Irc.Client.Command.Away do {:send, command} end - def hanle_line(%Line{command: "AWAY", source: source, args: args}, _) do + def handle_line(%Line{command: "AWAY", source: source, args: args}, _) do case args do [] -> {:event, {:away, source}} [message] -> {:event, {:away, {source, message}}} -- cgit v1.2.3