fCraft.IRC.IrcThread.IrcThread C# (CSharp) Method

IrcThread() public method

public IrcThread ( [ botNick ) : System
botNick [
return System
            public IrcThread([NotNull] string botNick) {
                if (botNick == null) throw new ArgumentNullException("botNick");
                desiredBotNick = botNick;
                ActualBotNick = botNick;
            }