Changeset f73b969 for commands.h
- Timestamp:
- 2006-01-20T15:15:49Z (17 years ago)
- Branches:
- master
- Children:
- 54879ab, f1d38f2
- Parents:
- 55ec2d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.h
r55ec2d6 rf73b969 33 33 char *command; 34 34 int required_parameters; 35 int(*execute)(irc_t *, char **args);35 void (*execute)(irc_t *, char **args); 36 36 int flags; 37 37 } command_t;
Note: See TracChangeset
for help on using the changeset viewer.