BeBot - An Anarchy Online and Age Of Conan chat automaton

Archive => Anarchy Online Archive => 0.2.x Custom/Unofficial Modules => Topic started by: pusikas on January 22, 2007, 12:20:38 pm

Title: AlienAttack_GUILD.php
Post by: pusikas on January 22, 2007, 12:20:38 pm
Yes, I am pedantic, but the strangely colored output of the !city command always irritated me. The following line is missing a <font> tag. Or it has a </font> too many:
Code: [Select]
$state .= $ttchange ? " It will be possible to <font color=#ffff00>" . $status2 . "</font> it in " . $avilmin . "</font> minutes and <font color=#ffff00>" . $avilsec . "</font> seconds. " : "";
Going with the way the rest of the line is formatted, I guess it should rather look like this:
Code: [Select]
$state .= $ttchange ? " It will be possible to <font color=#ffff00>" . $status2 . "</font> it in <font color=#ffff00>" . $avilmin . "</font> minutes and <font color=#ffff00>" . $avilsec . "</font> seconds. " : "";
That is for the out-of-the-box 0.2.10 module. That's it. Nothing to see here. Move on, citizen!
SimplePortal 2.3.7 © 2008-2024, SimplePortal