|
|
#2205 - 06/13/08 01:01 AM
auto devoice-ing script
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
is there a script so it auto devoice people when they join?
|
|
Top
|
|
|
|
Sponsored Links
Member
    
Registered: 27/08/04
Posts: 10136
Loc: Mountain View, CA
|
|
|
Top
|
|
|
|
#2206 - 06/13/08 01:05 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
newbie
Registered: 11/28/07
Posts: 32
Loc: Illinois
|
just turn off auto voice.
_________________________
- Be careful I might bite you if your not careful. -
- Founder of #snakeyes11 on wyldryde. -
|
|
Top
|
|
|
|
#2207 - 06/13/08 01:07 AM
Re: auto devoice-ing script
[Re: Snakeyes]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
|
|
Top
|
|
|
|
#2208 - 06/13/08 01:13 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
i don't voice the people the chat sever "chat1.ustream.tv" does it
Edited by Dj 801 (06/13/08 01:19 AM)
|
|
Top
|
|
|
|
#2209 - 06/13/08 01:15 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
newbie
Registered: 11/28/07
Posts: 32
Loc: Illinois
|
it shouldn't even be on to begin with, if the BotServ bot is autovoicing people then another op added them to autovoice /cs vop #channel del nick, or you can use /msg chanserv vop #channel clear to clearout the voice list and then go from there. =)
_________________________
- Be careful I might bite you if your not careful. -
- Founder of #snakeyes11 on wyldryde. -
|
|
Top
|
|
|
|
#2213 - 06/13/08 01:19 AM
Re: auto devoice-ing script
[Re: Snakeyes]
|
newbie
Registered: 11/28/07
Posts: 32
Loc: Illinois
|
Oh, your using ustream. Hrm, I don't know of a script off the top off my hand. Sorry.
_________________________
- Be careful I might bite you if your not careful. -
- Founder of #snakeyes11 on wyldryde. -
|
|
Top
|
|
|
|
#2214 - 06/13/08 01:20 AM
Re: auto devoice-ing script
[Re: Snakeyes]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
|
|
Top
|
|
|
|
#2215 - 06/13/08 01:24 AM
Re: auto devoice-ing script
[Re: Snakeyes]
|
Registered: 07/31/06
Posts: 469
Loc: Burlington, VT
|
Untested but this should do the trick.
on *:voice:#PUTYOURCHANNELHERE: {
if ($network == Ustream) {
mode #chan -v $vnick
}
}
_________________________
WyldRyde IRC Network Steve Mermelstein Root Admin #!/usr/bin/geek My Amazon.com WishlistPlease no PMs. Please post to a topic instead so your question(s) may benefit others.
|
|
Top
|
|
|
|
#2216 - 06/13/08 02:09 AM
Re: auto devoice-ing script
[Re: usrbingeek]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
i try it but it did not work you put it in "remote" right?
|
|
Top
|
|
|
|
#2217 - 06/13/08 02:14 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
|
|
Top
|
|
|
|
#2218 - 06/13/08 02:16 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
Registered: 07/31/06
Posts: 469
Loc: Burlington, VT
|
Yes, it should go in the remotes. You did change the #PUTYOURCHANNELHERE to your #channelname, right?
_________________________
WyldRyde IRC Network Steve Mermelstein Root Admin #!/usr/bin/geek My Amazon.com WishlistPlease no PMs. Please post to a topic instead so your question(s) may benefit others.
|
|
Top
|
|
|
|
#2219 - 06/13/08 02:21 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
if the code was this wound it be auto voice? jw on *:voice:#dj-801: { if ($network == Ustream) { mode #chan +v $vnick } }
|
|
Top
|
|
|
|
#2220 - 06/13/08 02:21 AM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
|
|
Top
|
|
|
|
#2221 - 06/13/08 02:43 AM
Re: auto devoice-ing script
[Re: usrbingeek]
|
Registered: 07/31/06
Posts: 469
Loc: Burlington, VT
|
No, if you want to voice anyone that joins then you need to use:
on *:join:#PUTYOURCHANNELHERE: {
mode #chan +v $nick
}
(Don't forget to change #PUTYOURCHANNELHERE to your channel's name.)
_________________________
WyldRyde IRC Network Steve Mermelstein Root Admin #!/usr/bin/geek My Amazon.com WishlistPlease no PMs. Please post to a topic instead so your question(s) may benefit others.
|
|
Top
|
|
|
|
#2222 - 06/13/08 12:53 PM
Re: auto devoice-ing script
[Re: usrbingeek]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
|
|
Top
|
|
|
|
#2223 - 06/13/08 01:02 PM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
on *:join:#dj-801: { mode #chan +v $nick } it did not work. i am using it on this network ustream. WyldRyde.org . why is it not working?
|
|
Top
|
|
|
|
#2224 - 06/13/08 01:11 PM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
i don't want auto devoice anymore becase if somw one gos in the chat no one voices it.so why have the auto devoice be case no one haves voice when they come in and no one voices it and no one devoices it
|
|
Top
|
|
|
|
#3162 - 09/08/08 03:03 PM
Re: auto devoice-ing script
[Re: Dj 801]
|
n00b
Registered: 06/12/08
Posts: 24
Loc: Ogden, UT
|
on *:VOICE:#: {
mode #chan -v $vnick
}
on *:JOIN:#: {
mode #chan -v $nick
}
:P
|
|
Top
|
|
|
|
Moderator: AdmiralJustin, Atri, Catt, crrj, dolsen, Freekie, Helio, Jeff, jpmk12, Justin, Kat, mandy, Mist, nobody, Phil, Pierce, Ryan, SuburbanWolf, therock247uk, ThunderIT-Allan, usrbingeek
|
|
1 registered (1 invisible),
4
Guests and
5
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|