Nonborn

Nonborn

Joined
Jan 24, 2011

Activity Stream

Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

Did you make a mods user level and add your name to it?

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

Added the code to the bottom of the originally posted code, jaystew. That way when you copy it won't have the indention problems. =/ Sorry again, forgot how to post a response with "Code:".

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

Ok, I fixed the hopping problem. I don't know why I thought I would have to write it from scratch since it's in the originally posted script. But, here you go.

on mods:TEXT:!dvoice*:#:{
/mode # -v $$2
/write dvupkeep.txt $address($2, 1) - 1
if ($3 isnum) {
/msg # 4,1 $$2 's voice has been taken away for $$3 seconds.
.timerdv $+ $$2 1 $3 /mode # +v $$2
.timerdv2 $+ $$2 1 $3 /write -ds $+ $address($2, 1) dvupkeep.txt
}
else {
/msg # 4,1 $$2 's voice has been taken away.
}
}

on mods:TEXT:!voice*:#:{
/mode # +v $$2
/write -ds $+ $address($$2, 1) dvupkeep.txt
}

Hope this works since I can't test it. =/ I'll check back here, tonight. Later.

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

on mods:TEXT:!dvoice* part devoices them. The 2nd part voices them back if you change your mind. =p

To devoice for 2 minutes type: !dvoice Username 120

The "Reason:" bit was me messing around with ideas. That part can be deleted:
/msg # 12,1 Reason: $4-

!voice will just override the timer like if you !dvoice someone for an hour and change your mind like 10 minutes into the wait. And yes hopping will mess this up. I'll write you a bit to stop that tonight. =p

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

PS - I'll also work on making a !mod command to easily add the mod level to others. I used level 111 for myself so other mods wouldn't abuse the !mod command and add just whoever they felt. Sorry for double posting.

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

You'll need to make a user level for "mods". I would go more in depth but I have to leave REALLY soon. But here's the code... =/ I forgot how to make part of this a "Code:" -- my horrible memory.

on mods:TEXT:!dvoice:#:{
/mode # -v $$2
/msg # 4,1 $$2 's voice has been taken away for $$3 seconds.
/msg # 12,1 Reason: $4-
/timer 1 $$3 /mode # +v $$2
}
on mods:TEXT:!voice
:#:/mode # +v $$2

With the "mods" level, it'll only allow whoever has that user level to use it, not just everyone in the room. I also have a way to keeping people muted when they exit and come back but I'm pressed for time. If no one else posts a way of doing this, I will tonight. Sadly this only works for seconds, again if no one posts a minutes version, I'll do so tonight. I quickly grabbed this off of my old bot needs some re-working. But this should get you going.

 Respond  
Nonborn commented on a Page, DeVoice Tool  -  Nov 05, 2011

What do you mean exactly? The Custom Minutes option allows you to enter how many you want it for. And this was originally built inside a bot I made a couple of years ago. So it should work with any bot.

 Respond  
Nonborn commented on a Page, Multi-user Away System  -  Jan 25, 2011

Ok, thank you so much for revision and explanation. Guess I need to study up on consolidation.

 Respond  
Nonborn commented on a Page, Multi-user Away System  -  Jan 25, 2011

Fixed the QUIT, and I have to admit that I'm not advanced enough yet to even comprehend your code. The method shown above is pretty much the only way I can work it out in my head. Thanks anyways, Jethro_. Will the "I'm back" check at the end of your script interfere with events added after the code, like in my version?

 Respond  
Nonborn created a Page  -  Jan 25, 2011
247 

This away system is meant to be put into a bot and used by users in the same channel. Will read brb with or without a following message. "brb going out". Has !amsg to see another's away message, and users are registered as back from saying anything besides !amsg. The bottom block of coding (noted in snippet) should be the last segment of your bot.

Nonborn commented on a Page, DeVoice Tool  -  Jan 25, 2011

Riamus2 is now mentioned and I left them out for me to see them halting and starting while running. They're fixed now.

 Respond  
Nonborn created a Page  -  Jan 25, 2011
369 

I made this by request from a forum. User friendly Popup menus in: nicklist, channel, and custom window. No commands required. Will autovoice anyone who enters unless their host is in the 'Devoice List'. Also allows person to execute timed mutes, timers are preset and customizable in minutes and hours. Also won't execute in rooms you're not operator. Channel must be moderated to even have 'muting'..

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.