<br /> ----------------------------<br /><br /> Connecting to update server.<br /><br /> ----------------------------<br /><br /> Connected to server.<br /> Downloading updates.<br /><br />print() on closed filehandle FILE at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 92.<br /><br /> Downloading How to update.txt...print() on closed filehandle FILE at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 102.<br /><br /> Check the ./Commands/Updates/ directory for all downloaded/updated commands.<br /><br /><br /> You Havnt Configured The Bot. Lets Do it Now.<br /><br /> Processing Configuration File...<br /><br />Undefined subroutine &main::config called at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 122.<br />Press any key to continue . . .
<br /> ----------------------------<br /><br /> Connecting to update server.<br /><br /> ----------------------------<br /><br /> Connected to server.<br /> Downloading updates.<br /><br />print() on closed filehandle FILE at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 92.<br /><br /> Downloading How to update.txt...print() on closed filehandle FILE at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 102.<br /><br /> Check the ./Commands/Updates/ directory for all downloaded/updated commands.<br /><br /><br /> You Havnt Configured The Bot. Lets Do it Now.<br /><br /> Processing Configuration File...<br /><br />Undefined subroutine &main::config called at C:\DOCUME~1\-\LOCALS~1\Temp\dir2B4.tmp\Bot.pl line 122.<br />Press any key to continue . . .
I need a lil help here with the dp, when ever i use the dp thing i can't do any commands after it says the welcome message it doesn't respond with !menu anymore neither any other commands.....
Now i figured out the it goes offline after 2 seconds.......
I need a lil help here with the dp, when ever i use the dp thing i can't do any commands after it says the welcome message it doesn't respond with !menu anymore neither any other commands.....
Now i figured out the it goes offline after 2 seconds.......
The New MSN Regular Just Crashes, Its not the bots fault.
Try downloading a old MSN.pm _________________ Heroes NBC
I am not trying to be rude but. YOU GUYS ARE STUPID!?
How could you not of found the 2 major bugs in morphious?
Hmm, I thought that Final meant tested and known bugs from beta removed... Obviously not.
I would like to say well done to Stephen for making morphious 1.8 with heaps of new features!! IT IS GREAT! Except...
There are afew IMPORTANT bugs that need to be fixed or it doesn't work properly..
Well i will take out the list.
1. Adding users
Code:
$users->{whatever user type}->{$msg} = $msg;
Please in EVERY adding user command change that to this:
Code:
$users->{whatever user type}->{$name} = $name;
I did post this error about the beta version on adding mods and fcs but now the problem effects all users... Oh and if you leave it as it is you will only be able to add one user at a time. If you try and add multiple it will not split the emails correctly.
2. Read Log
A new error that wasn't here in the beta version:
Code:
open (FILE, "./Logs/Mods/$1.txt")if (isMods($1));<br /> open (FILE, "./Logs/Firsts/$1.txt")if (isFirsts($1));<br /> }<br /> else<br /> {<br /> open (FILE, "./Logs/Publics/$1.txt");<br /> }<br /> @log = <FILE>;
In the read log file it says:
Code:
open (FILE, "./Logs/Publics/$1.txt");
as you should be able to see on my first read log code. Now it says Publics... ehh WRONG! The directory is called Users not publics... so it should be:
Code:
open (FILE, "./Logs/Users/$1.txt");
3. um... there were more i think, i have forgotten*lazy*it is 12:07am here in australia and i am sorta sleepy from*lazy*school and stuff...
Hey guys, find any new bugs make sure you post them here!!!
in the commands: 10points and 100points there is a bug!
In 10points:
Code:
if ($msg =~ /^10point (.*)$/) {<br /># Give 'em their points!<br />
Should be:
Code:
if ($msg =~ /^10points (.*)$/) {<br /># Give 'em their points!<br />
And in 100points:
Code:
if ($msg =~ /^100point (.*)$/) {<br /># Give 'em their points!<br />
Should be:
Code:
if ($msg =~ /^100points (.*)$/) {<br /># Give 'em their points!<br />
More bugs? you bet.
The view mods fcs smods admins.... YEP! The emails come up but sorta not in the right way.. check that out, oh and i don't know how to fix this, maybe you should switch to the old BETA command.
Hopefully this is my last post on this subject,
Stephen, your bot roxs. I just think there should of been a Morphious v1.8 Final BETA. lol