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 DevController

Authors: - Tyrence (RK2)

Budabot\Core\AutoInject
Extended by Budabot\User\Modules\DevController
Namespace: Budabot\User\Modules
Definecommand(:

command = 'showcmdregex', accessLevel = 'admin', description = "Test the bot commands", help = 'test.txt' )


Definecommand(:

command = 'intransaction', accessLevel = 'admin', description = "Test the bot commands", help = 'test.txt' )


Definecommand(:

command = 'rollbacktransaction', accessLevel = 'admin', description = "Test the bot commands", help = 'test.txt' )


Definecommand(:

command = 'stacktrace', accessLevel = 'admin', description = "Test the bot commands", help = 'test.txt' )


Definecommand(:

command = 'cmdhandlers', accessLevel = 'admin', description = "Show command handlers for a command", help = 'cmdhandlers.txt' )


Definecommand(:

command = 'createblob', accessLevel = 'admin', description = "Creates a blob of random characters", help = 'createblob.txt' )


Definecommand(:

command = 'makeitem', accessLevel = 'admin', description = "Creates an item link", help = 'makeitem.txt' )


Instance: Commands this controller contains:
Located at DEV_MODULE/DevController.php
Methods summary
public
# setup( )

Setup

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

Handlescommand("showcmdregex")

Matches("/^showcmdregex

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

Handlescommand("intransaction")

Matches("/^intransaction$/i")

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

Handlescommand("rollbacktransaction")

Matches("/^rollbacktransaction$/i")

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

Handlescommand("stacktrace")

Matches("/^stacktrace$/i")

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

Handlescommand("cmdhandlers")

Matches("/^cmdhandlers

(.*)$/i")
public
# makeitemCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("makeitem")

Matches("/^makeitem

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

Handlescommand("createblob")

Matches("/^createblob

(\d+)$/i")
(\d+) (\d+)$/i")
public
# randString( $length, $charset = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 \n' )
Methods inherited from Budabot\Core\AutoInject
__get()
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
Budabot 4 Docs API documentation generated by ApiGen