Messages might be a string that has been received in a buffer, that then goes on to be processed in a certain way depending on the start of the string, and then passed out to one or many recipients.
-
Features defined in .pdf
1.1 Autheticate
1.2 set nickname
1.3 set username
1.4 join a channel
1.5 send private message
1.6 receive private message
1.7 Forward messages to clients of channel
1.8 Operators and regular users
1.9 Commands
- KICK
- INVITE
- TOPIC
- MODE
- i: set/remove invite only
- t: set/remove restrictions of the TOPIC command to channel operators
- k: set/remove the channel key (password)
- o: give/take channel operator privilege
- l:: set/remove the user limit to the channel
-
Process to handle string
2.1 how many types
-
Process to handle content
-
Process to access and change objects
-
Process to return something to someone
Messages might be a string that has been received in a buffer, that then goes on to be processed in a certain way depending on the start of the string, and then passed out to one or many recipients.
Features defined in .pdf
1.1 Autheticate
1.2 set nickname
1.3 set username
1.4 join a channel
1.5 send private message
1.6 receive private message
1.7 Forward messages to clients of channel
1.8 Operators and regular users
1.9 Commands
- KICK
- INVITE
- TOPIC
- MODE
- i: set/remove invite only
- t: set/remove restrictions of the TOPIC command to channel operators
- k: set/remove the channel key (password)
- o: give/take channel operator privilege
- l:: set/remove the user limit to the channel
Process to handle string
2.1 how many types
Process to handle content
Process to access and change objects
Process to return something to someone