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

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -