From f60e25ece5682f7b07d274e9f3bff88c0a48974b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 12 Dec 2014 01:13:34 +0100 Subject: irc channel name & twitter link --- lib/helper.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/helper.php') diff --git a/lib/helper.php b/lib/helper.php index c04bd12..3b699ad 100644 --- a/lib/helper.php +++ b/lib/helper.php @@ -64,6 +64,11 @@ function irc_channel($room) return '31C3-hall-'.strtoupper(substr($room, 4, 1)); } +function twitter_hashtag($room) +{ + return '#hall'.strtoupper(substr($room, 4, 1)); +} + function format_text($format) { return @$GLOBALS['CONFIG']['FORMAT_TEXT'][$format] ?: ''; -- cgit v1.2.3