collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: Updated BotHelp.php  (Read 3633 times)

0 Members and 1 Guest are viewing this topic.

Offline Ebag333

  • Contributor
  • *******
  • Posts: 134
  • Karma: +0/-0
Updated BotHelp.php
« on: June 06, 2007, 06:45:13 am »
On line 165, just added a check to see if we have a help for it or not.

Might not be the best way to to it, but I got tired of seeing the error and having a funny looking help window.  :)

Code: [Select]
<?php
if (!empty($help['command']))
{
foreach ($help['command'] as $key => $value)
{
// Only show help for the specific command, not all help for module!
$parts explode(' '$key);
if (strcasecmp($command$parts[0]) == 0)
{
$key str_replace('<''&lt;'$key);
$value str_replace('<''&lt;'$value);
$window .= " ##highlight##<pre>$key##end## - $value<br>";
}
}

$window .= '<br>##highlight##NOTES:##end##<br>'.$help['notes'];

}
else
{
$window .= '##highlight##No Help Found##end##';
}
?>


Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: Updated BotHelp.php
« Reply #1 on: June 07, 2007, 11:03:59 am »
Implemented.

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 479
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal