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 ChatRallyController

Namespace: Budabot\User\Modules
Definecommand(:

command = 'rally', accessLevel = 'all', description = 'Shows the rally waypoint', help = 'rally.txt' )


Definecommand(:

command = 'rally .+', accessLevel = 'rl', description = 'Sets the rally waypoint', help = 'rally.txt' )


Instance: Commands this class contains:
Located at BASIC_CHAT_MODULE/ChatRallyController.class.php
Methods summary
public
# rallyCommand( $message, $channel, $sender, $sendto, $args )

This command handler ...

This command handler ...

Handlescommand("rally")

Matches("/^rally$/i")

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

This command handler ...

This command handler ...

Handlescommand("rally

.+")

Matches("/^rally

clear$/i")
public
# rallySet2Command( $message, $channel, $sender, $sendto, $args )

This command handler sets rally waypoint, using following example syntaxes: - rally 10.9 x 30 x - rally 10.9 . 30 . - rally 10.9, 30, - etc...

This command handler sets rally waypoint, using following example syntaxes: - rally 10.9 x 30 x - rally 10.9 . 30 . - rally 10.9, 30, - etc...

Handlescommand("rally

.+")

Matches("/^rally

([0-9.]+)([x,. ]+)([0-9.]+)([x,. ]+)([^ ]+)$/i")
public
# rallySet1Command( $message, $channel, $sender, $sendto, $args )

This command handler sets rally waypoint, using following example syntaxes: - rally (10.9 30 y 20 2434234)

This command handler sets rally waypoint, using following example syntaxes: - rally (10.9 30 y 20 2434234)

Handlescommand("rally

.+")

Matches("/^rally

(.+)$/i")
public
# sendRally( $eventObj )

Description("sends

rally to players joining the private channel")

Event("joinpriv")

public
# set( $name, $playfieldId, $xCoords, $yCoords )
public
# get( )
public
# clear( )
public
# replyCurrentRally( $channel, $sendto )
Properties summary
public $settingManager

Inject

#
public $text

Inject

#
public $playfieldController

Inject

#
public $chatBot

Inject

#
public $chatLeaderController

Inject

#
public string $defaultRally

Description("rally

waypoint for topic")

Setting("rally")

Type("text")

Visibility("noedit")

# ""
Budabot 4 Docs API documentation generated by ApiGen