1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Merge branch 'master' into plugins

This commit is contained in:
James Booth 2015-06-17 20:05:56 +01:00
commit bf1078290f

View File

@ -1855,7 +1855,7 @@ cmd_process_input(ProfWin *window, char *inp)
{
log_debug("Input received: %s", inp);
gboolean result = FALSE;
g_strstrip(inp);
g_strchomp(inp);
// just carry on if no input
if (strlen(inp) == 0) {