1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Merge branch 'master' into dev

This commit is contained in:
James Booth 2012-10-28 18:51:33 +00:00
commit 4b6002ae63

View File

@ -453,7 +453,7 @@ cmd_init(void)
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();
}