From 837ab3d982ea5b39466eee611e9243889e45c011 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Sun, 12 Apr 2009 16:35:29 -0300 Subject: [PATCH] irc.gitbot: Fix USEs line --- extra/irc/gitbot/gitbot.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/irc/gitbot/gitbot.factor b/extra/irc/gitbot/gitbot.factor index 3b7694a347..d145b3bd2c 100644 --- a/extra/irc/gitbot/gitbot.factor +++ b/extra/irc/gitbot/gitbot.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: fry irc.client irc.client.private kernel namespaces +USING: fry irc.client irc.client.chats kernel namespaces sequences threads io.encodings.8-bit io.launcher io splitting make mason.common mason.updates calendar math alarms ; IN: irc.gitbot -- 2.34.1