Open Private Channel (Effect) — DiSky

Addon: DiSky · Category: Effect · Since: 4.0.0

Syntax

open [the] private (channel|message[s]) of [the] [member] %user% and store (it|the [private] channel) in %objects%

Description

Opens a private channel with a specific user. The opened channel can be null and an exception can be thrown if the user does not accept messages.

Examples

open private channel of event-user and store it in {_channel}
if {_channel} is not set:
	reply with "Please enable your private messages!"

View source