From 4587c2de0c0fcfa9919e75c93a84483d95500993 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 20 Oct 2011 17:43:36 -0400 Subject: [PATCH] add some more chill things --- modules/chillmeter.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/chillmeter.py b/modules/chillmeter.py index 4ff8e24..764d36e 100644 --- a/modules/chillmeter.py +++ b/modules/chillmeter.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ chillmeter.py - .chill measures chill level of the channel author: Casey Link @@ -32,6 +32,15 @@ chill_words = [ ("smirnoff", 1), ("ices", 1), ("iced", 1), + ("longboard", 2), + ("boning", 1), + ("orange", 1), + ("maroon", 1), + ("kicks", 1), + ("dome", 1), + ("69", 1), + ("bang", 1), + ("COD", 2), # words that unchill the place ("dude", -1), @@ -47,6 +56,8 @@ chill_words = [ ("exam", -2), ("4chan", -1), ("digg", -1), + ("work", -1), + ("unchill", -2), ] # all things chill