This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

putbot max length

Old posts that have not been replied to for several years.
Locked
H
HolyCow
Voice
Posts: 16
Joined: Mon Jun 14, 2004 9:39 am
Location: Norway
Contact:

putbot max length

Post by HolyCow »

Code: Select all

channel add #test { chanmode +itn idle-kick 0 stopnethack-mode 0             revenge-mode 0 need-op {} need-invite {} need-key {}             need-unban {} need-limit {} flood-chan 20:60 flood-ctcp 3:60             flood-join 5:60 flood-kick 3:10 flood-deop 3:10             flood-nick 0:0 aop-delay 5:30 ban-time 120 exempt-time 600             invite-time 60 -enforcebans +dynamicbans +userbans -autoop             -autohalfop -bitch +greet +protectops -protecthalfops             -protectfriends +dontkickops +statuslog -revenge -revengebot             -autovoice -secret +shared +cycle -seen -inactive             +dynamicexempts +userexempts +dynamicinvites             +userinvites -nodesynch }
That is a line from my eggdrop.user, and I want to send it to another bot to create a chanfile sharing function. I have made the code and all, but it cant seem to handle more than a certain number of letters. Is there a max length for putbot?
Locked