Can someone help me by creating a script, I know absolutely nothing about coding.
I need to be able to prevent someone from getting my stock list.
The problem is I don't want to ban all the people just ones that I choose for reason unknown at this point. I don't want to ban them from the channel just from getting the list.
here's the procedure to get the list.
user enters stocklist in the channel and a bot dcc's the list to them.
Can anyone help me with some script to add to the bot, I have done a search and have found nothing.
stockman wrote:here's the procedure to get the list.
Where?
Here's a solution that requires no scripting (except changing a variable in the conf) ...assuming the command to fetch the list is bound to "-"
1: set allow-dk-cmds 0 (in your config)
2: .+user nolist4u
3: .chattr nolist4u +d
4: .+host *!*banned@hostmask.* (repeat as many times as you like)
Thanks user.
I have looked at the manual but it was over my head.
I not sure what you meant ...assuming the command to fetch the list is bound to "-"
But the bot creates the list and put it in a stocklist file on the shell. then when the stocklist command is entered in the channel it sends the stocklist to the user by dcc.
stockman wrote:here's the procedure to get the list.
Where?
Here's a solution that requires no scripting (except changing a variable in the conf) ...assuming the command to fetch the list is bound to "-"
1: set allow-dk-cmds 0 (in your config)
2: .+user nolist4u
3: .chattr nolist4u +d
4: .+host *!*banned@hostmask.* (repeat as many times as you like)
Thanks user.
I have looked at the manual but it was over my head.
I not sure what you meant ...assuming the command to fetch the list is bound to "-"
But the bot creates the list and put it in a stocklist file on the shell. then when the stocklist command is entered in the channel it sends the stocklist to the user by dcc.