-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Event Handlers for when we send a message to the server #57
Labels
Comments
xforever1313
added a commit
that referenced
this issue
Nov 1, 2020
xforever1313
added a commit
that referenced
this issue
Nov 1, 2020
xforever1313
added a commit
that referenced
this issue
Nov 1, 2020
xforever1313
added a commit
that referenced
this issue
Nov 1, 2020
xforever1313
added a commit
that referenced
this issue
Nov 1, 2020
xforever1313
added a commit
that referenced
this issue
Nov 7, 2020
xforever1313
added a commit
that referenced
this issue
Nov 7, 2020
xforever1313
added a commit
that referenced
this issue
Nov 8, 2020
xforever1313
added a commit
that referenced
this issue
Nov 8, 2020
xforever1313
added a commit
that referenced
this issue
Nov 8, 2020
xforever1313
added a commit
that referenced
this issue
Nov 14, 2020
xforever1313
added a commit
that referenced
this issue
Nov 14, 2020
xforever1313
added a commit
that referenced
this issue
Nov 14, 2020
xforever1313
added a commit
that referenced
this issue
Nov 15, 2020
All desired events have been added to Chaskis.Core. Closing! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have event handlers that implement from IIrcHandler that are used when we receive messages from the server. However, we should also add events when we send things to the server. This way, we can keep track of the number of messages we send. Perhaps we want to record this in a log or something?
We should have a handler when we send a:
Basically, all of our Send() functions on IrcConnection. These events should be put on the StringParsingQueue, and include in them the server we wrote to and the protocol.
The text was updated successfully, but these errors were encountered: