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.

Version error in 1.6.19+ctcpfix.

General support and discussion of Eggdrop bots.
Post Reply
User avatar
username
Op
Posts: 196
Joined: Thu Oct 06, 2005 9:20 am
Location: Russian Federation, Podolsk
Contact:

Version error in 1.6.19+ctcpfix.

Post by username »

Hello, there is little mistake in source/src/main.c from 1.6.19+ctcpfix:

Code: Select all

int egg_numver = 1061800;
So it show wrong version in .vbottree and other.
To repair it you need to change this string to

Code: Select all

int egg_numver = 1061900;
and recompile your bot.
Архив TCL скриптов для ботов Eggdrop/Windrop:
http://egghelp.ru/
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Post by TCL_no_TK »

I remenber this was the same for the last release as well :oops:
Post Reply