If this is anwered somewhere else than I apologize now, but for the life of me I can't find an answer anywhere. The problem I'm having is that all my info lines are cut off at 81 characters. Which is annoying to say the least. I'm trying to use the internal info lines of the bot before trying to find a script to do it, or write my own. Am I missing a configuration option (one that I can't find in the documentation), or is this a limit of the code/language or something that I can't change? I looked at the source code and it's stored as a variable length string in the user's file so I'm quite stumped as to where this limit may be. It doesn't seem to be an IRC limit or telnet limit, it just doesn't like to store anything longer than an 81 character string as an info line. Oh, I should point out that this is only a problem on channel specific info lines. The global info lines will accept however long of info line as I can come up with. This leads me to believe it's a limitation in the channel record code or storage method.
If in the end I can't change this limit can someone recommend a greet/info script to me. I've tried a few and didn't like them or they weren't what i was after (the ability to set an info line on a per user basis and have them greeted with it on join).