Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
IrcMessage Class Reference
IrcBot responds to commands on IRC using message users' handlers. More...
#include <IrcBot.h>
| Public Member Functions | |
| IrcMessage () | |
| Create empty IrcMessage. | |
| IrcMessage (char *from, char *to, char *message) | |
| Create an IrcMessage. | |
Detailed Description
IrcBot responds to commands on IRC using message users' handlers.
Definition at line 11 of file IrcBot.h.
Constructor & Destructor Documentation
| IrcMessage | ( | ) | 
Create empty IrcMessage.
Definition at line 9 of file IrcBot.cpp.
| IrcMessage | ( | char * | from, | 
| char * | to, | ||
| char * | message | ||
| ) | 
Create an IrcMessage.
- Parameters:
- 
  from The user sending the message. to The user/channel receiving the message. message The message. 
Definition at line 3 of file IrcBot.cpp.
Generated on Tue Jul 12 2022 20:41:27 by
 1.7.2
 1.7.2