Changeset 3fbce97 for irc_util.c
- Timestamp:
- 2016-09-24T20:14:34Z (8 years ago)
- Children:
- ba52ac5
- Parents:
- 63cad66 (diff), 82cb190 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_util.c
r63cad66 r3fbce97 119 119 } 120 120 } 121 122 123 char *set_eval_self_messages(set_t *set, char *value) 124 { 125 if (is_bool(value) || 126 g_strcasecmp(value, "prefix") == 0 || 127 g_strcasecmp(value, "prefix_notice") == 0) { 128 return value; 129 } else { 130 return SET_INVALID; 131 } 132 }
Note: See TracChangeset
for help on using the changeset viewer.