Overview

Namespaces

  • Budabot
    • Core
      • Modules
    • User
      • Modules
  • None
  • Tyrence
    • Modules

Classes

  • AlienArmorController
  • AlienBioController
  • AlienMiscController
  • AOSpeakController
  • AOUController
  • AXPController
  • BankController
  • BosslootController
  • BroadcastController
  • BuffPerksController
  • CacheController
  • ChatAssistController
  • ChatCheckController
  • ChatLeaderController
  • ChatRallyController
  • ChatSayController
  • ChatTopicController
  • CityWaveController
  • CloakController
  • ClusterController
  • CountdownController
  • DevController
  • DingController
  • EventsController
  • FightController
  • FindOrgController
  • FindPlayerController
  • FunController
  • GitController
  • GuideController
  • GuildController
  • HelpbotController
  • HtmlDecodeController
  • ImplantController
  • ImplantDesignerController
  • InactiveMemberController
  • ItemsController
  • KillOnSightController
  • LevelController
  • LinksController
  • LootListsController
  • MdbController
  • MessageInfoCommandReply
  • MockCommandReply
  • NanoController
  • NewsController
  • NotesController
  • OnlineController
  • OrgHistoryController
  • OrglistController
  • OrgMembersController
  • OSController
  • PlayerHistoryController
  • PlayfieldController
  • PocketbossController
  • PremadeImplantController
  • PrivateChannelController
  • QuoteController
  • RaffleController
  • RaidController
  • RandomController
  • RecipeController
  • RelayController
  • ReputationController
  • ResearchController
  • RunAsController
  • SendTellController
  • ShoppingController
  • SilenceController
  • SkillsController
  • SpiritsController
  • StopwatchController
  • Teamspeak3
  • TeamspeakController
  • TestController
  • TimeController
  • TimerController
  • TimezoneController
  • TowerController
  • TrackerController
  • TrickleController
  • UnixtimeController
  • VoteController
  • WeatherController
  • WhatBuffsController
  • WhereisController
  • WhoisController
  • WhoisOrgController
  • WhompahController
  • Overview
  • Namespace
  • Class

Class WhatBuffsController

Namespace: Budabot\User\Modules
Definecommand(:

command = 'whatbuffs', accessLevel = 'all', description = 'Find items or nanos that buff an ability or skill', help = 'whatbuffs.txt' )


Instance: Commands this controller contains:
Located at ITEMS_MODULE/WhatBuffsController.class.php
Methods summary
public
# setup( )

Setup

public
# whatbuffsCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("whatbuffs")

Matches("/^whatbuffs$/i")

public
# whatbuffs2Command( $message, $channel, $sender, $sendto, $args )

Handlescommand("whatbuffs")

Matches("/^whatbuffs

(arms|back|chest|deck|feet|fingers|hands|head|hud|legs|nano|neck|shoulders|unknown|util|weapon|wrists)$/i")
public
# whatbuffs3Command( $message, $channel, $sender, $sendto, $args )

Handlescommand("whatbuffs")

Matches("/^whatbuffs

(arms|back|chest|deck|feet|fingers|hands|head|hud|legs|nano|neck|shoulders|unknown|util|weapon|wrists) (.+)$/i")
public
# whatbuffs4Command( $message, $channel, $sender, $sendto, $args )

Handlescommand("whatbuffs")

Matches("/^whatbuffs

(.+) (arms|back|chest|deck|feet|fingers|hands|head|hud|legs|nano|neck|shoulders|unknown|util|weapon|wrists)$/i")
public
# whatbuffs5Command( $message, $channel, $sender, $sendto, $args )

Handlescommand("whatbuffs")

Matches("/^whatbuffs

(.+)$/i")
public
# getSearchResults( $category, $skill )
public
# verifySlot( $type )
public
# searchForSkill( $skill )
public
# formatItems( $items )
public
# showSearchResults( $category, $skill )
Properties summary
public $moduleName
#
public $http

Inject

#
public $text

Inject

#
public $db

Inject

#
public $util

Inject

#
public $commandAlias

Inject

#
public $itemsController

Inject

#
public $logger

Logger

#
Budabot 4 Docs API documentation generated by ApiGen