OSDN Git Service

*** empty log message ***
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Mon, 29 Dec 2008 14:24:13 +0000 (14:24 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Mon, 29 Dec 2008 14:24:13 +0000 (14:24 +0000)
lib/Keitairc/Config.pm

index b197ef9..cc3ff97 100644 (file)
@@ -1,6 +1,6 @@
 # -*- mode: perl; coding: utf-8 -*-
 # Keitairc::Config
-# $Id: Config.pm,v 1.26 2008-12-29 13:53:48 morimoto Exp $
+# $Id: Config.pm,v 1.27 2008-12-29 14:24:13 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/Keitairc/Config.pm,v $
 #
 # Copyright (c) 2008 Jun Morimoto <morimoto@mrmt.net>
@@ -74,7 +74,7 @@ sub new{
        $me->follow_nick(1);
        $me->rgeocode_server('refits');
        $me->debug(0);
-       $me->daemonize(1);
+       $me->daemonize(0);
 
        if(-r '/etc/keitairc'){
                $me->file('/etc/keitairc');