This commit is contained in:
lickthecheese 2020-01-31 11:32:17 -05:00
parent 60d3afc3cb
commit 2a2ada4081
2 changed files with 13 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# cirles
a nice irc bot to solve geometry stuff
based on khuxkm's cosmicbot

7
bot.py
View File

@ -0,0 +1,7 @@
#!/usr/bin/env python3
import teambot, sys, os
class Cirles(teambot.Handler):