IrcEventLoop.remove

Remove a _client from the set, or do nothing if the _client is not in the set.

  1. void remove(DccEventIndex dccEvent)
  2. void remove(IrcClient client)
    class IrcEventLoop
    void
    remove

Parameters

client IrcClient

_client to remove

Meta