BeBot - An Anarchy Online and Age Of Conan chat automaton

General => News => Topic started by: Khalem on August 24, 2006, 08:19:20 pm

Title: BeBot v0.2.8 released
Post by: Khalem on August 24, 2006, 08:19:20 pm
This is a maintenance release.

Changelog
- Fix a bug in the Bid module causing bot to crash if someone with no raid_points entry tries to bid.
- Fix a bug in the Rooster_RAID module causing crash if someone joins pgroup that is not in the members table.
- Increase default max_blobsize to 12000.
- Rooster_GUILD.php and Rooster_RAID.php has been renamed to Roster_GUILD.php and Roster_RAID.php.
  Make sure you delete the old modules if upgrading.
- Roster_GUILD.php now also adds the guild and updated coloumn to the members table to avoid problems for people
  switching between a guildbot and raidbot setup.

Downloads
http://files.shadow-realm.org/bebot/BeBot_v0.2.8.tar.gz
http://files.shadow-realm.org/bebot/BeBot_v0.2.8.zip

The php bundle:
http://files.shadow-realm.org/bebot/BeBot-php_v5.1.5.zip
Title: Re: BeBot v0.2.8 released
Post by: Malosar on August 28, 2006, 03:30:54 pm
- Rooster_GUILD.php and Rooster_RAID.php has been renamed to Roster_GUILD.php and Roster_RAID.php.

awww no more Rooster! I hear Alice in Chains playing the funeral dirge....
Title: Re: BeBot v0.2.8 released
Post by: jjones666 on September 10, 2006, 12:46:29 pm
Typo in admin.php:

$res = $this -> bot -> db -> select("SELECT name FROM admin_members WHERE name = '" . ucfirst(strtolower($member)) . "' AND admin_group = " . $result[0][0]);

Line 217/218 - missing second ' after " for name.

Cheers,

-jj-
Title: Re: BeBot v0.2.8 released
Post by: Khalem on September 10, 2006, 03:35:05 pm
Fixed. Thanx for the report.
Title: Re: BeBot v0.2.8 released
Post by: jjones666 on September 20, 2006, 07:30:50 pm
in bot.php, the fix detailed here: http://bebot.link/index.php/topic,234.0

is not complete (i think):

code:

preg_match("/^(.*)<a href=\"(.+)\">(.*)$/isU", $msg, $info);
$content = explode("\n", $info[2]);

should be:

preg_match("/^(.*)<a href=\"(.+)\">(.*)$/isU", $msg, $info);
$info[2] = str_replace("<br>","\n",$info[2]);
$content = explode("\n", $info[2]);

at least I think so :-)

-jj-
Title: Re: BeBot v0.2.8 released
Post by: Khalem on September 21, 2006, 05:00:18 pm
Ok, this is getting freaky. I know for a fact that i fixed that in 0.2 a long time ago :(
Title: Re: BeBot v0.2.8 released
Post by: jjones666 on September 21, 2006, 06:05:15 pm
Np Khalem, its been in mine a long time too, new user sent me a tell yesterday was how I noticed :-)

Cheers mate,

-jj-
Title: Re: BeBot v0.2.8 released
Post by: Dabaron on September 21, 2006, 07:12:37 pm
Yeah, in the one in the .3 brance I noticed it was fixed but not in the .2 branch.  I just found the post on it from Naturalistic a long time ago and fixed mine   ;)
Title: Re: BeBot v0.2.8 released
Post by: jjones666 on September 22, 2006, 06:49:59 pm
Hi Khalem,

If you restart the bot (loading from batch file), it quits to the command line, previously restart actually restarted :-)

Not a major issue for me as its just a raidbot which I turn off manually, can imagine would be a pain for an org tho.

Cheers,

-jj-
SimplePortal 2.3.7 © 2008-2024, SimplePortal