Public Member Functions | |
| HackBotcpp () | |
| Default constructor in which we set the name of our bot. | |
| void | onMessage (const char *const channel, const char *const sender, const char *const login, const char *const hostname, const char *const message) throw (Exception &) |
| We override the onMessage here so that we responde to someone saying "time". | |
Inherit from PircBot and implement the methods you need to utilize.
|
|
Default constructor in which we set the name of our bot.
|
|
||||||||||||||||||||||||
|
We override the onMessage here so that we responde to someone saying "time".
|
1.4.5