Load an MOTD on start
This commit is contained in:
@@ -277,6 +277,13 @@ str_vector_free (struct str_vector *self)
|
||||
self->vector = NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
str_vector_reset (struct str_vector *self)
|
||||
{
|
||||
str_vector_free (self);
|
||||
str_vector_init (self);
|
||||
}
|
||||
|
||||
static void
|
||||
str_vector_add_owned (struct str_vector *self, char *s)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user