mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-02 09:46:21 +00:00
Merge branch 'master' into dev
This commit is contained in:
@@ -453,7 +453,7 @@ cmd_init(void)
|
|||||||
p_autocomplete_add(who_ac, (gchar *)strdup(pcmd->cmd+1));
|
p_autocomplete_add(who_ac, (gchar *)strdup(pcmd->cmd+1));
|
||||||
}
|
}
|
||||||
|
|
||||||
p_autocomplete_add(who_ac, "offline");
|
p_autocomplete_add(who_ac, strdup("offline"));
|
||||||
|
|
||||||
history_init();
|
history_init();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user