X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=FAQ;h=ea26c5e6ebae14a8bf5dd00f365cee3af91ca631;hb=0b8cc0cae8719a4a06ee34ec6bd99f911efc1d9c;hp=37f4cf23e263db518ec695bffbf64396a014739b;hpb=8c02af53f6f6b48e13fcea6462b41a2323435a35;p=infobot.git diff --git a/FAQ b/FAQ index 37f4cf2..ea26c5e 100644 --- a/FAQ +++ b/FAQ @@ -6,7 +6,6 @@ Q: The bot exits after I run 'factstats testing' or 'kernel' or anything A: No, this is not a bug in the bot but rather Net::IRC. A cheap hack is to edit /usr/lib/perl5/Net/IRC/Connection.pm, search for DESTROY, and comment out '$self->quit();' -A: Apply the patches in the patches/ directory. Q: I notice that, in the bot logs, the bot attempts to close all current @@ -32,3 +31,5 @@ A: By default, the "chanServCheck" option is off in _default. You can chanset _default chanServCheck 1 chanset #notmychannel chanServCheck 0 + +# vim:ts=4:sw=4:expandtab:tw=80