BeBot - An Anarchy Online and Age Of Conan chat automaton
Archive => Anarchy Online Archive => BeBot 0.4 support => Topic started by: Dockwagon on October 02, 2007, 10:28:42 pm
-
Trying a !whois in gc crash bot with :
Fatal error: Call to undefined method Bot::get_uid() in /home/bot/bot/modules/Whois.php on line 130
That line equals to :
if ($this -> bot-> get_uid($info[1]))
-
anyone else crashing their bot with a !whois?
[02-Oct-2007 15:25:15] PHP Fatal error: Call to undefined method Bot::get_uid() in P:\pobot\modules\Whois.php on line 130
-
Sorry for that, was a wrong backport from trunk. Fixed in svn and updated 0.4.2 packages.
-
Fatal error: Call to undefined method Bot::get_uname() in /home/bot/bot/modules/Whois.php on line 131
getting there line for line, thanks for fast replies :-)
-
[02-Oct-2007 16:01:39] PHP Fatal error: Call to undefined method Bot::get_uname() in P:\pobot\modules\Whois.php on line 131
-
Should have remembers, was basically same change...
Anyways, fixed in SVN and released archives.
-
Works for me now.
Thanks for quick fixing Alreadythere :-)
-
yeah, that seems better now