Need support for callbacks with no argument
pjueon opened this issue · 2 comments
pjueon commented
You don't always use the channel name in your callbacks.
Of course, you can just ignore it, but unused arguments may cause compile warnings (related to #50).
So it would be nice if callbacks with no argument can be used too.
pjueon commented
Added a new branch for this.
Will merge it after testing it.
pjueon commented
Close this issue because a pull request for this issue was created.