summaryrefslogtreecommitdiff
path: root/bot/src/timer.hpp
blob: 40a52ee34ab51b78731e0bc305e07dfea278ae34 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include "config.hpp"
#include "irc/client.hpp"

namespace bot {
  void create_timer_thread(irc::Client *irc_client,
                           Configuration *configuration);
}