Looking for help on autocreating channel based on nickname
Looking for help on autocreating channel based on nickname
I have a multitude of questions and don't expect for them to be answered directly, although that would be helpful, just pointing me in the right spot would be greatly appreciated. I have Unreal up and running on Debian and can successfully connect to it. I am attempting to use IRC as a means to a live support with a Java client present on my website to connect with. Upon connecting i would like Unreal to get the nick of the person connecting, or once connected, automatically make them join #support as well as another channel based on their nick #<nick>. Once the channel #<nick> is made, i would also like for a ops in the #support channel to automatically be joined to #<nick> and autosend a message "Someone will be with you shortly <nick>". Any pointers or examples would be helpful as i am just a novice with linux but do find it very intriguing and am excited to learn. Thank you in advance
-
Stealth
- Head of Support
- Posts: 2085
- Joined: Tue Jun 15, 2004 8:50 pm
- Location: Chino Hills, CA, US
- Contact:
Re: Looking for help on autocreating channel based on nickname
The best possible way for this to be done would be to have the java client handle the joining to the #<nick> channel.
Then in the support channel, have a bot which when someone joins it automatically joins #<nick>, and messages the channel.
Then in the support channel, have a bot which when someone joins it automatically joins #<nick>, and messages the channel.
Re: Looking for help on autocreating channel based on nickname
do you have any tips or links that will explain setting up a bot to do such a task?