Show message on /msg when windows full
This commit is contained in:
@@ -166,6 +166,19 @@ ui_load_colours(void)
|
||||
}
|
||||
}
|
||||
|
||||
gboolean
|
||||
ui_windows_full(void)
|
||||
{
|
||||
int i;
|
||||
for (i = 1; i < NUM_WINS; i++) {
|
||||
if (windows[i] == NULL) {
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
void
|
||||
ui_show_typing(const char * const from)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user