Example #1
0
 public SetExtendedMotd(VBot bot, MotdModule motd) : base(bot, "extendedset", motd)
 {
 }
Example #2
0
 public EmulateMotd(VBot bot, MotdModule motd) : base(bot, "Emulate", motd)
 {
 }
Example #3
0
 public RemoveMotd(VBot bot, MotdModule motd) : base(bot, "Remove", motd)
 {
 }
Example #4
0
 public GetMotdSetter(VBot bot, MotdModule motd) : base(bot, "Setter", motd)
 {
 }
 public CurrentMotdTick(VBot bot, MotdModule motd) : base(bot, "Tick", motd)
 {
 }
Example #6
0
 public MotdCommand(VBot bot, string command, MotdModule motd) : base(bot, "!" + motd.GetName() + command)
 {
     this.motd = motd;
 }
Example #7
0
 public GetMOTD(VBot bot, MotdModule motd) : base(bot, "get", motd)
 {
 }