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
Post a Comment