egghelp.org community Forum Index
[ egghelp.org home | forum home ]
egghelp.org community
Discussion of eggdrop bots, shell accounts and tcl scripts.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Auto Voice To Those Who Are Register NICK.
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests
View previous topic :: View next topic  
Author Message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Sun Dec 11, 2016 6:25 am    Post subject: Reply with quote

Fahad wrote:
Have I put this command correct when Enable
.chanset #channel -/+checkisauth
.chanset #chatworld +checkisauth <---- Correct like this ?


Yes, that is correct, or instead of DCC/Telnet just type: !checkisreg on or !checkisreg off

Fahad wrote:

Tcl error [join:checkisreg]: wrong # args: should be "join:checkisreg nick uhost hand chan arg"


I told you, there was an extra argument being carried by the join:checkisreg proc.


    * Open the TCL file you have put this code in.
    * Highlight all the current code and then delete.
    * Copy/Paste the code from my first reply post, it is the same but with a fixed join:checkisreg
    * Rehash eggdrop to clean up.


My guess is that because the procedure is erroneous, it isn't performing the /whois, which would mean it won't voice.
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Sun Dec 11, 2016 6:40 am    Post subject: Reply with quote

It works

Deadite sets mode: +v Statistics

One thing i like most which is public command for Enable and Disable... Thanks for the TCL... Very Happy
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Sun Dec 11, 2016 7:46 am    Post subject: Reply with quote

Fahad wrote:
It works

Deadite sets mode: +v Statistics

One thing i like most which is public command for Enable and Disable... Thanks for the TCL... Very Happy


Great! I always make my TCL scripts with a public/message command, but leaving DCC/telnet ability. This covers all methods and makes it usable for everyone, no matter their preference.

On IRC I usually connect through a bouncer, so my dcc ability was zero. Because I didn't want to telnet every time I needed a setting changed, I made public/message commands. I felt that if I made one command public it should have a corresponding message command (so people can enable/disable quietly, without annoying the channel). It also cuts down on other people asking "What does that do?" or them trying the same command.

If you like that script check out some of my others here. There may be more you can use.
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Dec 12, 2016 5:35 am    Post subject: Reply with quote

Sure I have download all your TCL's - Pretty good.
Are you planing to write more TCL's ? And what Kind?
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Mon Dec 12, 2016 7:45 am    Post subject: Reply with quote

Fahad wrote:
Sure I have download all your TCL's - Pretty good.
Are you planing to write more TCL's ? And what Kind?


lol, all? Some were made on/for DALnet, but all can be used on any network.
I'm not planning on writing anything, but sometimes people here ask for things that I may be able to help with. I closed down my IRC network after 5+yrs. The only script I haven't released, and won't be releasing, is my oper.mod (an oper TCL for eggdrop to act autonomously and via commands from staff).
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Dec 12, 2016 8:26 am    Post subject: Reply with quote

I mostly use TCLs on DALnet and UnderNet I am on other networks too but i am active only on these 2 networks. I am IRCop on NETIRC. Which network you mostly sit.?
Back to top
View user's profile Send private message
simo
Owner


Joined: 22 Mar 2015
Posts: 941

PostPosted: Mon Dec 12, 2016 9:28 am    Post subject: Reply with quote

since you said you are ircop there is an option in anope to have registered users auto voiced when they join registered channel

im net admin as well on several networks
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Dec 12, 2016 10:31 am    Post subject: Reply with quote

simo wrote:
since you said you are ircop there is an option in anope to have registered users auto voiced when they join registered channel

im net admin as well on several networks


Yes, But i don't use bot on server where I am admin.
Back to top
View user's profile Send private message
simo
Owner


Joined: 22 Mar 2015
Posts: 941

PostPosted: Mon Dec 12, 2016 6:33 pm    Post subject: Reply with quote

if you use anope u can use: ( this wil autovoice registered users )

Quote:
/cs levels #channel set autovoice 0
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Mon Dec 12, 2016 10:49 pm    Post subject: Reply with quote

Fahad wrote:
Which network you mostly sit.?


I was on DALnet for many many years but left about 5 or 6 months ago. I idle most networks but I am a little active on Freenode, Gamesurge and ChatLounge (where I have assisted in the development of the ChatIRCd and ChatServices software).
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
simo
Owner


Joined: 22 Mar 2015
Posts: 941

PostPosted: Fri Feb 24, 2017 11:17 am    Post subject: Reply with quote

you could also simply use channel mode +M wich allows registered nicks to speak on channel wich gives same effect and seems easier and faster than having channel filled with voice spam
Back to top
View user's profile Send private message
Fahad
Op


Joined: 29 Aug 2016
Posts: 127

PostPosted: Mon Feb 27, 2017 3:38 am    Post subject: Reply with quote

simo wrote:
you could also simply use channel mode +M wich allows registered nicks to speak on channel wich gives same effect and seems easier and faster than having channel filled with voice spam


No, I was asking for the person who joins channel only register nick will get Auto Voice. My channel is always +M
Back to top
View user's profile Send private message
simo
Owner


Joined: 22 Mar 2015
Posts: 941

PostPosted: Wed Mar 01, 2017 8:04 am    Post subject: Reply with quote

i was curious to know the benefit or porpose of voicing registered users
while channel mode +M already provides voice to registered users and mutes non registered
Back to top
View user's profile Send private message
Get_A_Fix
Master


Joined: 07 May 2005
Posts: 206
Location: New Zealand

PostPosted: Wed Mar 01, 2017 9:49 am    Post subject: Reply with quote

People want what they want. I tend to only question it when it doesn't make a lot of sense. As I had already written a script for this request, I didn't mind sharing.
_________________
We explore.. and you call us criminals. We seek after knowledge.. and you call us criminals. We exist without skin color, without nationality, without religious bias.. and you call us criminals.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
anotherrace
Voice


Joined: 14 May 2014
Posts: 17

PostPosted: Fri Mar 03, 2017 12:52 am    Post subject: Reply with quote

Sorry, but this script is not working for me. It always says:
[part_auth]: wrong # args: should be "part_auth nick host hand chan"
Could it be because of the other protection scripts that are loaded?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    egghelp.org community Forum Index -> Script Requests All times are GMT - 4 Hours
Goto page Previous  1, 2, 3, 4, 5, 6  Next
Page 2 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosting provided by Reverse.net

Powered by phpBB © 2001, 2005 phpBB Group
subGreen style by ktauber