I have a fairly comprehensive dice roller. I would like to add this functionality to the chat system. My thought was simply to add a new IRC command '/roll' that would then call the appropriate function and return the result to set_said.
I've modified input.php but I seem to get no result (any posting with /roll is simply ignored).
I assume I am missing something somewhere but I can't see where.
Any help would be appreciated. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a fairly comprehensive dice roller. I would like to add this functionality to the chat system. My thought was simply to add a new IRC command '/roll' that would then call the appropriate function and return the result to set_said.
I've modified input.php but I seem to get no result (any posting with /roll is simply ignored).
I assume I am missing something somewhere but I can't see where.
Any help would be appreciated. Thanks.