Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F134517
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/botcommands.txt b/botcommands.txt
new file mode 100644
index 0000000..76931c7
--- /dev/null
+++ b/botcommands.txt
@@ -0,0 +1,2 @@
+stfu - Make Jan send a message from a list of predetermined shutter-uppers
+ask - Ask Jan a question
diff --git a/group_utilities.py b/group_utilities.py
new file mode 100644
index 0000000..f9a5db9
--- /dev/null
+++ b/group_utilities.py
@@ -0,0 +1,9 @@
+def read_lines(filename):
+ lines = []
+ try:
+ with open(filename, 'r') as f:
+ for line in f:
+ lines.append(line[:-1])
+ except IOError:
+ print 'Failed to open {}'.format(filename)
+ return lines
diff --git a/group_utilities.pyc b/group_utilities.pyc
new file mode 100644
index 0000000..11b4591
Binary files /dev/null and b/group_utilities.pyc differ
diff --git a/janresponse.txt b/janresponse.txt
new file mode 100644
index 0000000..f7577a2
--- /dev/null
+++ b/janresponse.txt
@@ -0,0 +1,8 @@
+You know the fucking answer in no so fuckoff
+Nie
+Nine
+Fuck no
+Why the actual fuck?
+Obviously
+You know the answer is yes
+JA
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Wed, Jun 17, 9:34 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70233
Default Alt Text
(1 KB)
Attached To
Mode
R41 JanBot
Attached
Detach File
Event Timeline