Skip to content
GuarDDog v. 5

DogCollar commands

A TG007 community discussion started by shanespen.

Discussion 3 posts
Page 1 of 1
Open
Topic #7100 · 3 published posts · 1,108 views

Is there a simple way to do remote commands in DogCollar with show user's colors on..

on level:text:.say*:#:msg # $2-

..the way i've been doing, is by on level:text:*:#, setting %cmd to $strip($1) and then if (%cmd == .say) { msg # $2- }

 

is there a way to make it just that one line without having the wild card infront of it..?

Edited Jul 29, 2006 10:30 PM by shanespen

on level:text:*.say*:#:msg # $2-

 

That is the only other way to do what you are asking for without stripping the text.

on admin:TEXT:!find*:#:{ 
  set %findu $2 
  set %chan # 
  privmsg %chan -(- $2 Just Found On-)-: 
  findu $2 
} 
raw 32:*:{ 
  set %num $calc(%num + 1) 
  privmsg %chan Room %num $: $4 
} 
raw 37:*:{ unset %num } 
raw 32:*:{ 
  privmsg %chan Not On MSN Server. 
}

 

 

Can Anyone make this so it can work in DC conection plz ?