RobustIrc constructor

RobustIrc(
  1. String hostname,
  2. List<RobustIrcServer> servers,
  3. String userAgent,
  4. String sessionId,
  5. String sessionAuth,
  6. String prefix,
)

Implementation

RobustIrc(
  this.hostname,
  this.servers,
  this.userAgent,
  this.sessionId,
  this.sessionAuth,
  this.prefix,
);