From 35e1155232ecc3e1cb526d07db3420b11f4717dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Mon, 12 Dec 2016 00:43:39 +0100 Subject: Remove a line from a WIP that should not have been added --- src/xmpp/biboumi_component.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/xmpp/biboumi_component.cpp') diff --git a/src/xmpp/biboumi_component.cpp b/src/xmpp/biboumi_component.cpp index 246d828..bd05bdc 100644 --- a/src/xmpp/biboumi_component.cpp +++ b/src/xmpp/biboumi_component.cpp @@ -165,7 +165,6 @@ void BiboumiComponent::handle_presence(const Stanza& stanza) { if (type == "subscribe") { // Auto-accept any subscription request for an IRC server - this->add_to_roster(to_str, from.bare()); this->accept_subscription(to_str, from.bare()); this->ask_subscription(to_str, from.bare()); } -- cgit v1.2.3