Skip to content

Commit 60cc05a

Browse files
authored
Update foaas.py
bug fixes and formatting fixes
1 parent aed8ab7 commit 60cc05a

1 file changed

Lines changed: 22 additions & 13 deletions

File tree

foaas.py

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,32 @@
22
import random
33
from cloudbot import hook
44

5-
65
FuckOffList = [ 'donut',
7-
'bus',
8-
'chainsaw',
9-
'king',
10-
'madison',
11-
'gfy',
12-
'back',
13-
'keep',
14-
'name'
15-
]
6+
'bus',
7+
'chainsaw',
8+
'king',
9+
'madison',
10+
'gfy',
11+
'back',
12+
'keep',
13+
'name',
14+
'bday',
15+
'dalton',
16+
'ing',
17+
'nugget',
18+
'outside',
19+
'off',
20+
'problem',
21+
'shakespeare',
22+
'think',
23+
'thinking',
24+
'xmas',
25+
'yoda',
26+
'you'
27+
]
1628

1729
headers = {'Accept' : 'text/plain'}
1830

19-
20-
21-
2231
@hook.command('fos','fuckoff','foaas')
2332
def foaas(text, nick, message):
2433
Fuckee = text.strip()

0 commit comments

Comments
 (0)