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