mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Add /getbool command
This commit is contained in:
@@ -818,6 +818,10 @@ fe_serverlist_open (session *sess)
|
||||
{
|
||||
}
|
||||
void
|
||||
fe_get_bool (char *title, char *prompt, void *callback, void *userdata)
|
||||
{
|
||||
}
|
||||
void
|
||||
fe_get_str (char *prompt, char *def, void *callback, void *ud)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user