Private GIT

Skip to content
Snippets Groups Projects
Commit 91fbc3dc authored by miigotu's avatar miigotu
Browse files

Merge pull request #2168 from fernandog/irc_user

Add GITUSER to IRC
parents 27abe806 c3865466
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,12 @@
#import os.path
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_top.tmpl")
<iframe id="extFrame" src="https://kiwiirc.com/client/irc.freenode.net/?nick=srforums|?&theme=basic#sickrage" width="100%" height="500" frameBorder="0" style="border: 1px black solid;"></iframe>
#if $sickbeard.GIT_USERNAME
#set $username = $sickbeard.GIT_USERNAME
#else
#set $username = "srforums|?"
#end if
<iframe id="extFrame" src="https://kiwiirc.com/client/irc.freenode.net/?nick=$username&theme=basic#sickrage" width="100%" height="500" frameBorder="0" style="border: 1px black solid;"></iframe>
#include $os.path.join($sickbeard.PROG_DIR, "gui/slick/interfaces/default/inc_bottom.tmpl")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment