diff options
Diffstat (limited to 'lib/helper.php')
-rw-r--r-- | lib/helper.php | 5 |
1 files changed, 5 insertions, 0 deletions
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] ?: ''; |