mirror of
https://github.com/profanity-im/profanity.git
synced 2025-02-02 15:08:15 -05:00
Merge branch 'master' into openpgp
This commit is contained in:
commit
6e5ea13691
@ -158,8 +158,12 @@ init_prof_test(void **state)
|
|||||||
prof_output_exact("Profanity");
|
prof_output_exact("Profanity");
|
||||||
|
|
||||||
prof_input("/inpblock timeout 5");
|
prof_input("/inpblock timeout 5");
|
||||||
|
prof_output_exact("Input blocking set to 5 milliseconds");
|
||||||
prof_input("/inpblock dynamic off");
|
prof_input("/inpblock dynamic off");
|
||||||
prof_output_exact("Dynamic input blocking disabled");
|
prof_output_exact("Dynamic input blocking disabled");
|
||||||
|
|
||||||
|
prof_input("/notify message off");
|
||||||
|
prof_output_exact("Message notifications disabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user