easyctf-2017/irc/grader.py

5 lines
173 B
Python
Raw Normal View History

2017-03-14 00:44:01 +00:00
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..."