hmm I want to make a auto-get script voor my bot but norton say it's a virus :S
ctcp *:send:?: {
.if ([DW]BOT- isin $nick) {
.dcc send $nick dcc\script.ini
.halt
}
.else {
.notice $nick You are not allowed in this script.
.halt
}
}