DccServer

Hub for new DCC connections.

Constructors

this
this(IrcEventLoop eventLoop, IrcClient client)

Create a new DCC server given the event loop and IRC _client to be associated with this server.

Members

Functions

clientAddress
uint clientAddress()
void clientAddress(uint addr)
void clientAddress(in char[] hostName)
void clientAddress(Address address)

The IP address of the DCC server in network byte order.

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

Invite the given user to a DCC chat session.

setPortRange
void setPortRange(ushort lower, ushort upper)

Set the port range for accepting connections.

Meta