This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

REQUEST - !op !ban !deop !voice !devoice etc

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
S
Stupidman
Voice
Posts: 7
Joined: Tue Sep 11, 2007 7:32 pm

REQUEST - !op !ban !deop !voice !devoice etc

Post by Stupidman »

I would like a script like botserv bots, cause the network irc I'm on doesnt include it.

Sorry if I'm bad at spelling, does anyone know what I mean? All the ones I see on eggdhelp are out of date.

Please somebody help me, i'm no begger, but too dumb to learn and that is why my friend is configuration my bot for me

thank you all
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Care to explain what does a BotServ bot do? I mean what should the script do. Some of us here did not fully understand your concept. You should be less general and more precise when posting requests.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
S
Stupidman
Voice
Posts: 7
Joined: Tue Sep 11, 2007 7:32 pm

Sorry

Post by Stupidman »

Sorry.

The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands

!op (Gives Op @ Sign)
!deop (Takes away Op +o Sign)
!voice (user) (Gives the Voice +v symbol)
!devoice (user) (Takes away the Voice + Symbol)
!halfop (user) (Gives the Halfop % symbol)
!dehalfop (user) (Takes away the Halfop % symbol)
!kick name reason (kicks the user from the channel)
!ban nickname (bans the nickname from the channel but doesnt kick)
!bk nickname reason (bans and kicks together the nickname)
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

Try the Tcl Archive as there are dozens of these types of scripts. If that fails there is always Google.

@awyeah: BotServ is available on all those bloated networks. Channel founders can send a request to BotServ to get a bot.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
S
Stupidman
Voice
Posts: 7
Joined: Tue Sep 11, 2007 7:32 pm

yea but

Post by Stupidman »

all outdated, i'm not that stupid why would i ask without looking first im just stupid enough
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Re: yea but

Post by awyeah »

Stupidman wrote:all outdated, i'm not that stupid why would i ask without looking first im just stupid enough
These are very simple public triggers. I doubt you wouldn't find them on the web. Public commands such as lolz tools would be able to fulfil your requirements.
!op (Gives Op @ Sign)
!deop (Takes away Op +o Sign)
!voice (user) (Gives the Voice +v symbol)
!devoice (user) (Takes away the Voice + Symbol)
!halfop (user) (Gives the Halfop % symbol)
!dehalfop (user) (Takes away the Halfop % symbol)
!kick name reason (kicks the user from the channel)
!ban nickname (bans the nickname from the channel but doesnt kick)
!bk nickname reason (bans and kicks together the nickname)
I don't think it is hard to write these type of scripts, in which the proc only consists of a 2-3 lines, heh. Nonetheless, here is an example op script:

Code: Select all

bind pub - "!op" op:user

proc op:user {nick uhost hand chan text} {
 putserv "MODE $chan +o $nick"
}
You can create all the others using the following script I gave you above.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
TCL_no_TK
Owner
Posts: 509
Joined: Fri Aug 25, 2006 7:05 pm
Location: England, Yorkshire

Re: Sorry

Post by TCL_no_TK »

Yo! :)
The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands
This could pose a problem, since there are only a few ways to check who can and who can not use the commands with eggdrop. 1 by checking if the person is oped, halfoped or voiced on the channel. 2 by checking if the person has a serton flag in the bots userfile. As well as a few that will use a login system, just depends on how secure you want the script to be. But going from a channel access (ChanServ sop,aop,hop,vop list(s) ...access) could be a problem for the bot, since it has no way of knowing who is actually on the channel's access list, not to mention what level they have. I would really take Alchera Advice and search for a command script that suits your needs best.
all outdated
The only thing that limits someone use of scripts from the TCL Archive is the bot version, this is due to it using commands that are only available in newer version of eggdrop irc bots.
User avatar
YooHoo
Owner
Posts: 939
Joined: Thu Feb 13, 2003 10:07 pm
Location: Redwood Coast

Post by YooHoo »

you could give stormbot a try, I've used it for many years with good results.
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Re: Sorry

Post by awyeah »

TCL_no_TK wrote:Yo! :)
The tcl should allow only ops with chanserv access (aop, sop, etc) to have access to the commands
This could pose a problem, since there are only a few ways to check who can and who can not use the commands with eggdrop. 1 by checking if the person is oped, halfoped or voiced on the channel. 2 by checking if the person has a serton flag in the bots userfile. As well as a few that will use a login system, just depends on how secure you want the script to be. But going from a channel access (ChanServ sop,aop,hop,vop list(s) ...access) could be a problem for the bot, since it has no way of knowing who is actually on the channel's access list, not to mention what level they have. I would really take Alchera Advice and search for a command script that suits your needs best.
all outdated
The only thing that limits someone use of scripts from the TCL Archive is the bot version, this is due to it using commands that are only available in newer version of eggdrop irc bots.
For this you can use the ChanServ WHY command (as available in DALnet services). It shows if a user has access on a channel (if he has access, shows the access level FOUNDER/SOP/AOP), if he doesnt it returns NO.

Based on this you can make your users access commands. I have developed a similar script using ChanServ WHY for my eggdrop bot to deop idle channel-ops (it checks access level through the why command and only deops AOP's - not users with higher access level than AOP).
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

Re: Sorry

Post by DragnLord »

awyeah wrote:For this you can use the ChanServ WHY command (as available in DALnet services). It shows if a user has access on a channel (if he has access, shows the access level FOUNDER/SOP/AOP), if he doesnt it returns NO.
My services have no such command for chanserv, I think that only applies to Auspice services (which is only one of many).

:Edit: Anope uses STATUS and returns a numerical value.
Post Reply