From 808825eda6d90aeabd754f70eee52e2b0165749e Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sun, 15 May 2016 16:40:15 -0400 Subject: Show the enabled/disabled protocols in the 'plugins' command output --- protocols/nogaim.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'protocols/nogaim.c') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 9ed3b64b..c902258a 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -229,6 +229,16 @@ void nogaim_init() #endif } +GList *get_protocols() +{ + return protocols; +} + +GList *get_protocols_disabled() +{ + return disabled_protocols; +} + GSList *get_connections() { return connections; -- cgit v1.2.3