Added functional tests for /console command

This commit is contained in:
James Booth
2015-12-30 00:32:52 +00:00
parent 7f98e013e1
commit 69ac809776
5 changed files with 111 additions and 3 deletions

View File

@@ -256,6 +256,18 @@ prof_connect_with_roster(char *roster)
stbbr_wait_for("prof_presence_*");
}
void
prof_timeout(int timeout)
{
exp_timeout = timeout;
}
void
prof_timeout_reset(void)
{
exp_timeout = 10;
}
void
prof_connect(void)
{