| View previous topic :: View next topic |
| Author |
Message |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Sun Dec 11, 2016 6:25 am Post subject: |
|
|
| 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 |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 127
|
Posted: Sun Dec 11, 2016 6:40 am Post subject: |
|
|
It works
Deadite sets mode: +v Statistics
One thing i like most which is public command for Enable and Disable... Thanks for the TCL...  |
|
| Back to top |
|
 |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Sun Dec 11, 2016 7:46 am Post subject: |
|
|
| 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...  |
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 |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 127
|
Posted: Mon Dec 12, 2016 5:35 am Post subject: |
|
|
Sure I have download all your TCL's - Pretty good.
Are you planing to write more TCL's ? And what Kind? |
|
| Back to top |
|
 |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Mon Dec 12, 2016 7:45 am Post subject: |
|
|
| 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 |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 127
|
Posted: Mon Dec 12, 2016 8:26 am Post subject: |
|
|
| 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 |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 941
|
Posted: Mon Dec 12, 2016 9:28 am Post subject: |
|
|
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 |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 127
|
Posted: Mon Dec 12, 2016 10:31 am Post subject: |
|
|
| 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 |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 941
|
Posted: Mon Dec 12, 2016 6:33 pm Post subject: |
|
|
if you use anope u can use: ( this wil autovoice registered users )
| Quote: | | /cs levels #channel set autovoice 0 |
|
|
| Back to top |
|
 |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Mon Dec 12, 2016 10:49 pm Post subject: |
|
|
| 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 |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 941
|
Posted: Fri Feb 24, 2017 11:17 am Post subject: |
|
|
| 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 |
|
 |
Fahad Op

Joined: 29 Aug 2016 Posts: 127
|
Posted: Mon Feb 27, 2017 3:38 am Post subject: |
|
|
| 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 |
|
 |
simo Owner
Joined: 22 Mar 2015 Posts: 941
|
Posted: Wed Mar 01, 2017 8:04 am Post subject: |
|
|
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 |
|
 |
Get_A_Fix Master

Joined: 07 May 2005 Posts: 206 Location: New Zealand
|
Posted: Wed Mar 01, 2017 9:49 am Post subject: |
|
|
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 |
|
 |
anotherrace Voice
Joined: 14 May 2014 Posts: 17
|
Posted: Fri Mar 03, 2017 12:52 am Post subject: |
|
|
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 |
|
 |
|