diff --git a/irc/description.md b/irc/description.md new file mode 100644 index 0000000..1f4edb2 --- /dev/null +++ b/irc/description.md @@ -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. diff --git a/irc/grader.py b/irc/grader.py new file mode 100644 index 0000000..e7a2657 --- /dev/null +++ b/irc/grader.py @@ -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..." diff --git a/irc/problem.yml b/irc/problem.yml new file mode 100644 index 0000000..24fea83 --- /dev/null +++ b/irc/problem.yml @@ -0,0 +1,6 @@ +author: blockingthesky +title: IRC +category: Miscellaneous +autogen: false +programming: false +value: 5