java - Are additional IRC commands possible by using common IRC clients? -


i wanna implement irc protocols in java. in general, have question additional commands not exist in protocols.

for example, adding "dice" command random number generation. implement dice command using privmsg ("* user_x dices 5"). same when user writes "/me dices 5". not way because user can cheat ;-).

is there better way implement additional commands irc? how can these commands used common irc clients?


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -