[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: factoid length
- Date: Wed, 08 Dec 1999 00:41:19 -0500
- From: Kevin Lenzo <lenzo@cs.cmu.edu>
- Subject: Re: factoid length
David Blache wrote:
>
> What is the current maximum length of a factoid?
>
> Shouldn't it be possible to have the IRC-defined-maximum
> number of chars in each section between | seperators in a factoid?
>
> --
>
> Did you ever notice how the military verbs nouns?
these are set as parameters -- maxKeySize and maxDataSize -- in
files/infobot.config .
# max length of X (the key,
maxKeySize 50
# max length of Y (value or data, the 'right hand side', or 2nd argument)
maxDataSize 400
the irc protocol will limit how much can be sent back under irc.
kevin