This commit is contained in:
Jacob Magnuson 2017-03-14 00:44:01 +00:00
parent 87ad9f71c9
commit b2b0748fc0
3 changed files with 11 additions and 0 deletions

1
irc/description.md Normal file
View file

@ -0,0 +1 @@
EasyCTF has an IRC channel! Check out #easyctf on freenode to claim a free flag, and stick around to get on-the-fly updates during the competition.

4
irc/grader.py Normal file
View file

@ -0,0 +1,4 @@
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..."

6
irc/problem.yml Normal file
View file

@ -0,0 +1,6 @@
author: blockingthesky
title: IRC
category: Miscellaneous
autogen: false
programming: false
value: 5