Added functional tests for /console command
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user