Changeset 345577b for irc_util.c
- Timestamp:
- 2015-10-30T10:27:20Z (7 years ago)
- Branches:
- master
- Children:
- fb2338d
- Parents:
- 0db6618
- git-author:
- dequis <dx@…> (13-09-15 04:17:14)
- git-committer:
- dequis <dx@…> (30-10-15 10:27:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irc_util.c
r0db6618 r345577b 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.