private void TallyHandler(object sender, IrcEventArgs e) { var action = new TallyAction(BotMethods, client, certificateStorage, e); AddAction(action); }