This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
fix stupid bug
tags/v0.1
Ben Kurtovic
13 years ago
parent
963a589676
commit
e45103085b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bot.py
+ 1
- 1
bot.py
View File
@@ -25,7 +25,7 @@ def main():
read_buffer = lines.pop()
for line in lines:
line = line.strip().split(
"\n"
)
line = line.strip().split()
data = Data()
if line[1] == "JOIN":
Write
Preview
Loading…
Cancel
Save