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 AOUController

Authors: - Tyrence (RK2)

Namespace: Budabot\User\Modules
Definecommand(:

command = 'aou', accessLevel = 'all', description = 'Search for or view a guide from AO-Universe.com', help = 'aou.txt' )


Instance: Commands this controller contains:
Located at GUIDE_MODULE/AOUController.class.php
Methods summary
public
# aouView( $message, $channel, $sender, $sendto, $args )

View an AO-U guide.

View an AO-U guide.

Handlescommand("aou")

Matches("/^aou

(\d+)$/i")
public
# aouAllSearch( $message, $channel, $sender, $sendto, $args )

Search for an AO-U guide and include guides that have the search terms in the guide text.

Search for an AO-U guide and include guides that have the search terms in the guide text.

Handlescommand("aou")

Matches("/^aou

all (.+)$/i")
public
# aouSearch( $message, $channel, $sender, $sendto, $args )

Search for an AO-U guide.

Search for an AO-U guide.

Handlescommand("aou")

Matches("/^aou

(.+)$/i")
public
# searchForAOUGuide( $search, $searchGuideText )
private
# striposarray( $haystack, $needles )
private
# getSearchResultCategory( $section )
private
# getGuideObject( $guide )
private
# replaceItem( $arr )
private
# replaceWaypoint( $arr )
private
# replaceGuideLinks( $arr )
private
# processInput( $input )
private
# processTag( $tag )
private
# generateItemMarkup( $type, $obj )
Constants summary
string AOU_URL
# "https://www.ao-universe.com/mobile/parser.php?bot=budabot"
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
public $text

Inject

#
public $itemsController

Inject

#
public $http

Inject

#
Budabot 4 Docs API documentation generated by ApiGen