Skip to content
MSN

Help

A TG007 community discussion started by Jimmy`.

Discussion 3 posts
Page 1 of 1
Open
Topic #1026 · 3 published posts · 480 views

Hello, how can I make a keys window? I for got how to. oops.gif

Hello, how can I make a keys window? I for got how to. oops.gif

Need more info, lol. What do you mean by "keys window"?

im guessin its either an pass window or a mode +k window, so heres both

on *:start:{
 window -ko @passes
}
raw prop:*: {
 if ($2 == ownerkey) { echo @passes $nick changed the ownerkey on $chan to $3- }
 if ($2 == hostkey) { echo @passes $nick changed the hostkey on $chan to $3- }
}

or

on *:start:{
 window -ko @keys
}
on *:mode:#:{
 if (+k isin $1-) { echo @keys $nick changed the key on $chan to $2- }
}

 

--SpAzZ--