From b2b0748fc0c3076e52e09e8d3446b5456d102f29 Mon Sep 17 00:00:00 2001 From: Jacob Magnuson Date: Tue, 14 Mar 2017 00:44:01 +0000 Subject: [PATCH] add irc --- irc/description.md | 1 + irc/grader.py | 4 ++++ irc/problem.yml | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 irc/description.md create mode 100644 irc/grader.py create mode 100644 irc/problem.yml 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