Skip to content

Instantly share code, notes, and snippets.

@vague666
Created October 4, 2015 15:03
Show Gist options
  • Save vague666/452b90c4afb952dcc9af to your computer and use it in GitHub Desktop.
Save vague666/452b90c4afb952dcc9af to your computer and use it in GitHub Desktop.
src/fe-common/core/hilight-text.c
if (!rec->nick || !rec->word) {
if (rec->nick) g_string_append(options, "-nick ");
if (rec->word) g_string_append(options, "-word ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment