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 BuddylistController

Authors: - Tyrence (RK2)

Namespace: Budabot\Core\Modules
Definecommand(:

command = 'buddylist', accessLevel = 'admin', description = 'Shows and manages buddies on the buddylist', help = 'buddylist.txt', alias = 'friendlist' )


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

Handlescommand("buddylist")

Matches("/^buddylist

(clean)$/i")

Matches("/^buddylist$/i")

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

Handlescommand("buddylist")

Matches("/^buddylist

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

Handlescommand("buddylist")

Matches("/^buddylist

rem all$/i")
public
# buddylistRemCommand( $message, $channel, $sender, $sendto, $args )

Handlescommand("buddylist")

Matches("/^buddylist

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

Handlescommand("buddylist")

Matches("/^buddylist

search (.*)$/i")
public
# getSortedBuddyList( )
Properties summary
public $moduleName

Name of the module. Set automatically by module loader.

Name of the module. Set automatically by module loader.

#
public $chatBot

Inject

#
public $buddylistManager

Inject

#
public $text

Inject

#
Budabot 4 Docs API documentation generated by ApiGen