Overview

Namespaces

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

Classes

  • AdminController
  • AliasController
  • AltInfo
  • AltsController
  • BanController
  • BuddylistController
  • ColorsController
  • CommandlistController
  • CommandSearchController
  • ConfigController
  • EventlistController
  • HelpController
  • LogsController
  • PlayerLookupController
  • ProfileCommandReply
  • ProfileController
  • SettingsController
  • SQLController
  • SystemController
  • UsageController
  • WhitelistController

Functions

  • read_input
  • Overview
  • Namespace
  • Class

Class WhitelistController

Authors: - Tyrence (RK2)

Namespace: Budabot\Core\Modules
Definecommand(:

command = 'whitelist', accessLevel = 'all', description = 'Add players to whitelist to bypass limits check', help = 'whitelist.txt', defaultStatus = '1' )


Instance: Commands this class contains:
Located at LIMITS/WhitelistController.class.php
Methods summary
public
# setup( )

Setup

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

Handlescommand("whitelist")

Matches("/^whitelist$/i")

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

Handlescommand("whitelist")

Matches("/^whitelist

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

Handlescommand("whitelist")

Matches("/^whitelist

(rem|remove|del|delete) (.+)$/i")
public
# add( $user, $sender )
public
# remove( $user )
public
# check( $user )
public
# all( )
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 $text

Inject

#
public $util

Inject

#
Budabot 4 Docs API documentation generated by ApiGen