diff --git a/extra/webapps/irc-log/irc-log.factor b/extra/webapps/irc-log/irc-log.factor index c193550719..bd9843bdc9 100644 --- a/extra/webapps/irc-log/irc-log.factor +++ b/extra/webapps/irc-log/irc-log.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. USING: calendar kernel http.server.dispatchers prettyprint -sequences printf furnace.actions html.forms accessors +sequences formatting furnace.actions html.forms accessors furnace.redirection ; IN: webapps.irc-log