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 EventlistController

Namespace: Budabot\Core\Modules
Definecommand(:

command = 'eventlist', accessLevel = 'guild', description = 'Shows a list of all events on the bot', help = 'eventlist.txt', defaultStatus = '1' )


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

This command handler shows a list of all events on the bot. Additionally, event type can be provided to show only events of that type.

This command handler shows a list of all events on the bot. Additionally, event type can be provided to show only events of that type.

Handlescommand("eventlist")

Matches("/^eventlist

(.+)$/i")

Matches("/^eventlist$/i")

Properties summary
public $text

Inject

#
public $db

Inject

#
Budabot 4 Docs API documentation generated by ApiGen