What are you working on? - Programming On Unix
Users browsing this thread: 52 Guest(s)
|
|||
Working on a multi IRC Bot deployment tool. Each bot is spawned from one process
which keeps track of which bots are up by their ThreadId. It's mostly useless but can be used to log multiple channels and servers at the same time. The bots can also have indevidual configurations which allow them to act as dictionaries, game bots, markov chains, ect... So... there is no real use for this... it's just a toy... with many smaller toys attached to it... I did have to learn how Threads, STM, Network, RWST, ect.. work so it's good for learning. EDIT: Since I'm working with IRC bots I might just build an IRC client... |
|||