hi,
i try to set up a realname for the bot and it wont display it all,
i think there is limited character number for the eggdrop.
can this be changed or no ?
u mean the ircd that the eggdrop is installed on it ? or the server the eggdrop will join when its on?
because if its the server that will run on it and it will be dalnet, i dont think there is limitation on it, because i saw longer real names
Yes DALnet does have a strict limit, but this doesn't mean if you have set a longer realname, because clients like mIRC allow one, or you can set a long one in the .conf file of your eggdrop that it would not display it or anything when you check the /whois or /who field. It will only truncate that part of the realname which exceeds the defined limit on the IRCd.
Last edited by awyeah on Mon Aug 22, 2005 12:38 am, edited 1 time in total.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================
awyeah wrote:Yes DALnet does have a strict limit, but this doesn't mean if you have set a longer nickname, because clients like mIRC allow one, or you can set a long one in the .conf file of your eggdrop that it would not display it or anything when you check the /whois or /who field. It will only truncate that part of the realname which exceeds the defined limit on the IRCd.
you can feed a 1000-character long realname into your bot/client, but it will get truncated twice - once by the bot/client and once by the server itself, so actually you'll show up on IRC with realname truncated at whichever truncation position is smaller
assuming what that guy has observed is true, DALnet's ircd obviously truncates the realname at a higher character position than eggdrop does (80-th)
The source code of the eggdrop for this matter can be modified and a greater value for the realname supposing 80+ characters or so can be set, then after a recompile the bot only needs a restart.
·awyeah·
==================================
Facebook: jawad@idsia.ch (Jay Dee) PS: Guys, I don't accept script helps or requests personally anymore.
==================================