DccServer.inviteChat

Invite the given user to a DCC chat session.

The associated IRC client must be connected.

class DccServer
inviteChat
(
in char[] nick
,
uint timeout = 10
)

Parameters

nick char[]

_nick of user to invite

timeout uint

time in seconds to wait for the invitation to be accepted

Return Value

Type: DccChat

A listening DCC chat session object

Meta