Exemplo n.º 1
0
 public TopicCommand( TF2Pug.Pug currentPug, IrcBot bot )
     : base(currentPug, bot)
 {
     b_command = new Regex( @"^topic .*", RegexOptions.Compiled | RegexOptions.IgnoreCase );
 }
Exemplo n.º 2
0
 public NextServerCommand( TF2Pug.Pug currentPug, IrcBot bot )
     : base(currentPug, bot)
 {
     b_command = new Regex( @"^nextserver", RegexOptions.Compiled | RegexOptions.IgnoreCase );
 }