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(char[] hostName)
void clientAddress(Address address)

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

closeConnection
void closeConnection(DccConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.
inviteChat
DccChat inviteChat(char[] nick, uint timeout)

Invite the given user to a DCC chat session.

setPortRange
void setPortRange(ushort lower, ushort upper)

Set the port range for accepting connections.

Meta