From b72e56c2c6942b9b04a9bf7cad773e4e81b93317 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Fri, 10 Jan 2020 15:07:49 +0100 Subject: [PATCH] Adding factory/repo registry --- irc/irc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/irc.php b/irc/irc.php index 8932b1f8..60290627 100644 --- a/irc/irc.php +++ b/irc/irc.php @@ -33,7 +33,7 @@ function irc_addon_settings(&$a,&$s) { /* Add our stylesheet to the page so we can make our settings look nice */ -// DI::page()['htmlhead'] .= '' . "\r\n"; +// A::page()['htmlhead'] .= '' . "\r\n"; /* setting popular channels, auto connect channels */ $sitechats = PConfig::get( local_user(), 'irc','sitechats'); /* popular channels */