on host:TEXT:+hostcomms:#:{
/.ctcpreply $nick TIME Host Options
/.ctcpreply $nick TIME +Hammer
/.ctcpreply $nick TIME +Room
/.ctcpreply $nick TIME +List
/.ctcpreply $nick TIME +Other
}
Wht dosent this work?
on host:TEXT:+hostcomms:#:{
/.ctcpreply $nick TIME Host Options
/.ctcpreply $nick TIME +Hammer
/.ctcpreply $nick TIME +Room
/.ctcpreply $nick TIME +List
/.ctcpreply $nick TIME +Other
}
Wht dosent this work?
works here.. make sure and see if u have the person added to host level
Nope, still dont work
dont use / and . eg /. its one or the other not both
on host:TEXT:+hostcomms:#:{
.ctcpreply $nick TIME Host Options
.ctcpreply $nick TIME +Hammer
.ctcpreply $nick TIME +Room
.ctcpreply $nick TIME +List
.ctcpreply $nick TIME +Other
}
My code does NOT have bugs. It just develops random features.
dont use / and . eg /. its one or the other not both
on host:TEXT:+hostcomms:#:{
.ctcpreply $nick TIME Host Options
.ctcpreply $nick TIME +Hammer
.ctcpreply $nick TIME +Room
.ctcpreply $nick TIME +List
.ctcpreply $nick TIME +Other
}
Still dont work because my menus for them are /.
Make sure the brackets in the script you have that piece of code are all okay.. lol
menu nicklist {
Host Access
.Add $msn.decode($$1) - :{ auser host *! $+ $$ial($$1 $+ *,1).addr $msn.decode($$1) $msn.decode($$1) | .ctcpreply $$1 TIME You Are now on My host List Nick type +hostcomms for your options | mode # +o $$1 }
.Remove $msn.decode($$1) - :{ ruser host *! $+ $$ial($$1 $+ *,1).addr $msn.decode($$1) | .ctcpreply $$1 TIME Your access to host commands has been Removed. }
-
}
; Hammer Control
on host:TEXT:+host:*:{ mode # +o $nick }
on host:TEXT:-host:*:{ mode # -o $nick }
on host:TEXT:+host*:*:{ mode # +o $2 }
on host:TEXT:-dehost*:*:{ mode # -o $2 }
; access commands
on host:TEXT:+cb:*:{ access # CLEAR DENY | access # ADD GRANT $address($me,1) | addaccess } | msg # (*) Bans Cleared by $nick (*) }
on host:TEXT:+kick*:#:/kick # $2 $3-
on host:TEXT:+ban*:#:/kick # $2 $3- | access # add DENY $2
; Script Levels
on host:TEXT:+spamlist*:*:{ /auser spamlist $address($2,1) $msn.decode($2) | kick # $2 :: [- $2 Is Now Spam Listed -] :::: [- Violation Of MSN code Of Conduct -] :: }
on host:TEXT:+noob*:*:{ /auser nooblist $address($2,1) $msn.decode($2) | kick # $2 :: [- $2 Is Now NoOb Listed -] :::: [- I Dont Think Anyone Like's you -] :: }
on host:TEXT:+dclist*:*:{ /auser dclist $address($2,1) $msn.decode($2) |m mode # -o $nick | /timer -m 35 100 .ctcp $2 time }
; Tools And Stuff
on host:TEXT:+away*:*:{ /away {$2-} }
on host:TEXT:+back:#:{ /away | unset %away.msg | .timers off }
on host:TEXT:+time:*: { /set %time.nick $nick | /ctcp %time.nick TIME }
on host:ctcpreply:time*:{ if (%time.nick isin $Nick) { msg $active Your Date And Time Is : $2- | unset %time.nick }
}
on host:TEXT:+hostcomms:#:{
/.ctcpreply $nick TIME Host Options
/.ctcpreply $nick TIME +Hammer
/.ctcpreply $nick TIME +Room
/.ctcpreply $nick TIME +List
/.ctcpreply $nick TIME +Other
}
on host:TEXT:+hammer*:#:{
/.ctcpreply $nick TIME Host Options Hammer Options
/.ctcpreply $nick TIME +host <Host Yourself>
/.ctcpreply $nick TIME -host <De-Host Yourself>
/.ctcpreply $nick TIME +host <Host Someone Else>
/.ctcpreply $nick TIME -host <De-Host Someone Else>
}
on host:TEXT:+room*:#:{
/.ctcpreply $nick TIME Host Options Room Options
/.ctcpreply $nick TIME +cb <Clear Bans>
/.ctcpreply $nick TIME +kick <Kick Someone>
/.ctcpreply $nick TIME +ban <Ban Someone>
}
on host:TEXT:+list*:#:{
/.ctcpreply $nick TIME Host Options List Options
/.ctcpreply $nick TIME +spamlist <Spam List for Spammers>
/.ctcpreply $nick TIME +noob <Add Someone to n00b list>
/.ctcpreply $nick TIME +dclist <D/C Someone they join chat.>
}
on host:TEXT:+other*:#:{
/.ctcpreply $nick TIME Host Options Othr Tools
/.ctcpreply $nick TIME +away <Sends Script to Away>
/.ctcpreply $nick TIME +back <Returns Script>
/.ctcpreply $nick TIME +time <Local time for script>
}
theres the commands everythng works but the Host Command Menu all the commands work as hot
all these are wrong
on host:TEXT:+hostcomms:#:{/.ctcpreply $nick TIME Host Options
/.ctcpreply $nick TIME +Hammer
/.ctcpreply $nick TIME +Room
/.ctcpreply $nick TIME +List
/.ctcpreply $nick TIME +Other
}
on host:TEXT:+hammer*:#:{
/.ctcpreply $nick TIME Host Options Hammer Options
/.ctcpreply $nick TIME +host <Host Yourself>
/.ctcpreply $nick TIME -host <De-Host Yourself>
/.ctcpreply $nick TIME +host <Host Someone Else>
/.ctcpreply $nick TIME -host <De-Host Someone Else>
}
on host:TEXT:+room*:#:{
/.ctcpreply $nick TIME Host Options Room Options
/.ctcpreply $nick TIME +cb <Clear Bans>
/.ctcpreply $nick TIME +kick <Kick Someone>
/.ctcpreply $nick TIME +ban <Ban Someone>
}
on host:TEXT:+list*:#:{
/.ctcpreply $nick TIME Host Options List Options
/.ctcpreply $nick TIME +spamlist <Spam List for Spammers>
/.ctcpreply $nick TIME +noob <Add Someone to n00b list>
/.ctcpreply $nick TIME +dclist <D/C Someone they join chat.>
}
on host:TEXT:+other*:#:{
/.ctcpreply $nick TIME Host Options Othr Tools
/.ctcpreply $nick TIME +away <Sends Script to Away>
/.ctcpreply $nick TIME +back <Returns Script>
/.ctcpreply $nick TIME +time <Local time for script>
}
and should be this as i stated before
on host:TEXT:+hostcomms:#:{
.ctcpreply $nick TIME Host Options
.ctcpreply $nick TIME +Hammer
.ctcpreply $nick TIME +Room
.ctcpreply $nick TIME +List
.ctcpreply $nick TIME +Other
}
on host:TEXT:+hammer*:#:{
.ctcpreply $nick TIME Host Options Hammer Options
.ctcpreply $nick TIME +host <Host Yourself>
.ctcpreply $nick TIME -host <De-Host Yourself>
.ctcpreply $nick TIME +host <Host Someone Else>
.ctcpreply $nick TIME -host <De-Host Someone Else>
}
on host:TEXT:+room*:#:{
.ctcpreply $nick TIME Host Options Room Options
.ctcpreply $nick TIME +cb <Clear Bans>
.ctcpreply $nick TIME +kick <Kick Someone>
.ctcpreply $nick TIME +ban <Ban Someone>
}
on host:TEXT:+list*:#:{
.ctcpreply $nick TIME Host Options List Options
.ctcpreply $nick TIME +spamlist <Spam List for Spammers>
.ctcpreply $nick TIME +noob <Add Someone to n00b list>
.ctcpreply $nick TIME +dclist <D/C Someone they join chat.>
}
on host:TEXT:+other*:#:{
.ctcpreply $nick TIME Host Options Othr Tools
.ctcpreply $nick TIME +away <Sends Script to Away>
.ctcpreply $nick TIME +back <Returns Script>
.ctcpreply $nick TIME +time <Local time for script>
}
My code does NOT have bugs. It just develops random features.
all these are wrong
and should be this as i stated before
on host:TEXT:+hostcomms:#:{ .ctcpreply $nick TIME Host Options .ctcpreply $nick TIME +Hammer .ctcpreply $nick TIME +Room .ctcpreply $nick TIME +List .ctcpreply $nick TIME +Other } on host:TEXT:+hammer*:#:{ .ctcpreply $nick TIME Host Options Hammer Options .ctcpreply $nick TIME +host <Host Yourself> .ctcpreply $nick TIME -host <De-Host Yourself> .ctcpreply $nick TIME +host <Host Someone Else> .ctcpreply $nick TIME -host <De-Host Someone Else> } on host:TEXT:+room*:#:{ .ctcpreply $nick TIME Host Options Room Options .ctcpreply $nick TIME +cb <Clear Bans> .ctcpreply $nick TIME +kick <Kick Someone> .ctcpreply $nick TIME +ban <Ban Someone> } on host:TEXT:+list*:#:{ .ctcpreply $nick TIME Host Options List Options .ctcpreply $nick TIME +spamlist <Spam List for Spammers> .ctcpreply $nick TIME +noob <Add Someone to n00b list> .ctcpreply $nick TIME +dclist <D/C Someone they join chat.> } on host:TEXT:+other*:#:{ .ctcpreply $nick TIME Host Options Othr Tools .ctcpreply $nick TIME +away <Sends Script to Away> .ctcpreply $nick TIME +back <Returns Script> .ctcpreply $nick TIME +time <Local time for script> }
Nope still dont work.
well make sure the nick ya using is on the host level
My code does NOT have bugs. It just develops random features.
well make sure the nick ya using is on the host level
Yep, still not working. ill try making a new one
if it doesn't work2 be sure from u r not ignor CTCP from ur script press Alt+B and be sure from that the box of Control tab (List Type: ignore) is empty from ignores
Sign in to reply or start a new topic where your account has permission.