From 07f9f640f0f18541760adb8746cd563a504d6609 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 4 Oct 2020 21:20:22 +0200 Subject: Looks like 2FA works in facebook messenger :o --- connector/irc/irc.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'connector/irc') diff --git a/connector/irc/irc.go b/connector/irc/irc.go index 77388e7..1327eaa 100644 --- a/connector/irc/irc.go +++ b/connector/irc/irc.go @@ -271,6 +271,10 @@ func (irc *IRC) Send(event *Event) (string, error) { return "", nil } +func (irc *IRC) UserCommand(cm string) { + irc.handler.SystemMessage("Command not supported.") +} + func (irc *IRC) Close() { conn := irc.conn irc.conn = nil -- cgit v1.2.3