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 NanoController

Authors: - Tyrence (RK2) - Healnjoo (RK2) - Mdkdoc420 (RK2)

Namespace: Budabot\User\Modules
Definecommand(:

command = 'nano', accessLevel = 'all', description = 'Searches for a nano and tells you were to get it', help = 'nano.txt' )


Definecommand(:

command = 'nanolines', accessLevel = 'all', description = 'Shows nanos based on nanoline', help = 'nanolines.txt', alias = 'nl' )


Definecommand(:

command = 'nanoloc', accessLevel = 'all', description = 'Browse nanos by location', help = 'nano.txt' )


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

This handler is called on bot startup.

This handler is called on bot startup.

Setup

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

Handlescommand("nano")

Matches("/^nano

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

Handlescommand("nanolines")

Matches("/^nanolines$/i")

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

Handlescommand("nanolines")

Matches("/^nanolines

(.*)$/i")
private
# nanolinesShow( $nanolineId, $sendto )
private
# nanolinesList( $profession, $sendto )
public
# nanolocListCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("nanoloc")

Matches("/^nanoloc$/i")

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

Handlescommand("nanoloc")

Matches("/^nanoloc

(.+)$/i")
private
# getFooter( )
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
public $db

Inject

#
public $settingManager

Inject

#
public $text

Inject

#
public $util

Inject

#
Budabot 4 Docs API documentation generated by ApiGen