| 616 | return messageComponents.size(); |
| 617 | } |
| 618 | struct MessageComponent *SendingMessage::getComponent(int i) { |
| 619 | return messageComponents[i]; |
| 620 | } |
| 621 | |
| 622 | /* This is very simplistic and does not yet allow any arguments, but it is a start. */ |
| 623 | int registerKeyword(char *keyword, customKeyword fxn) |
no outgoing calls
no test coverage detected