Changeset a8196d6
- Timestamp:
- 2021-03-23T14:17:27Z (4 years ago)
- Branches:
- master
- Children:
- 18a0f99
- Parents:
- 75222ab
- git-author:
- Petr Vaněk <arkamar@…> (23-03-21 12:07:18)
- git-committer:
- Petr Vaněk <arkamar@…> (23-03-21 14:17:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
root_commands.c
r75222ab ra8196d6 1169 1169 } 1170 1170 1171 #ifdef WITH_PLUGINS 1171 1172 static void cmd_plugins_info(irc_t *irc, char **cmd) 1172 1173 { … … 1202 1203 } 1203 1204 } 1205 #endif 1204 1206 1205 1207 static void cmd_plugins(irc_t *irc, char **cmd) … … 1209 1211 1210 1212 if (cmd[1] && g_strcasecmp(cmd[1], "info") == 0) { 1213 #ifdef WITH_PLUGINS 1211 1214 cmd_plugins_info(irc, cmd); 1215 #endif 1212 1216 return; 1213 1217 }
Note: See TracChangeset
for help on using the changeset viewer.