easyctf-2017/irc/grader.py
Jacob Magnuson b2b0748fc0 add irc
2017-03-14 00:44:01 +00:00

5 lines
173 B
Python

def grade(autogen, key):
if key.find("irc_d0esn7_apist0rm_:)") != -1:
return True, "Nice job, have fun!"
return False, "Who knows how you got that wrong..."