bnadarevic / CTFNoteTaker

bot for taking notes about challenges during CTF
5 stars 0 forks source link

Basic re-arrangement #2

Closed ValarDragon closed 8 years ago

ValarDragon commented 8 years ago

Moved some stuff to config file, so it can be accessed by many files, (And config file makes more sense), moved banned strings to its own file. Fixed the regex, and made it output a message when adds aren't working.

Ideally we should move more code out of the main file, so more people can work on stuff at the same time.

ValarDragon commented 8 years ago

Please merge these commits, then do "git pull" on your machine, then continue developing as needed :)