We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed8ab7 commit 60cc05aCopy full SHA for 60cc05a
1 file changed
foaas.py
@@ -2,23 +2,32 @@
2
import random
3
from cloudbot import hook
4
5
-
6
FuckOffList = [ 'donut',
7
- 'bus',
8
- 'chainsaw',
9
- 'king',
10
- 'madison',
11
- 'gfy',
12
- 'back',
13
- 'keep',
14
- 'name'
15
- ]
+ 'bus',
+ 'chainsaw',
+ 'king',
+ 'madison',
+ 'gfy',
+ 'back',
+ 'keep',
+ 'name',
+ 'bday',
+ 'dalton',
16
+ 'ing',
17
+ 'nugget',
18
+ 'outside',
19
+ 'off',
20
+ 'problem',
21
+ 'shakespeare',
22
+ 'think',
23
+ 'thinking',
24
+ 'xmas',
25
+ 'yoda',
26
+ 'you'
27
+ ]
28
29
headers = {'Accept' : 'text/plain'}
30
31
@hook.command('fos','fuckoff','foaas')
32
def foaas(text, nick, message):
33
Fuckee = text.strip()
0 commit comments