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.

Search found 17 matches

by Lupo
Wed Dec 31, 2008 7:40 am
Forum: Script Requests
Topic: !warn command
Replies: 2
Views: 2201

I kinda realized that i would probably be able to build something like this myself with hacking something together out of functionality from allprotection.

Sir_Fz : can I use your script as a basis to implement this? I will probably make it public once my script is done.
by Lupo
Wed Dec 31, 2008 7:37 am
Forum: Script Requests
Topic: proc for mode checking
Replies: 6
Views: 3799

Thommey of tclhelp.net provided me the code for isowner and isadmin routines for unrealircd. If anyone else is interested, I will bundle them with my public commands script when it's final (really getting close now), and these functions will also be available in the upcoming eggdrop 10.6.20. Sir_Fz ...
by Lupo
Mon Dec 29, 2008 4:11 pm
Forum: Script Requests
Topic: proc for mode checking
Replies: 6
Views: 3799

ok... can someone make me a proc to check public modes then?
by Lupo
Mon Dec 29, 2008 3:11 pm
Forum: Script Requests
Topic: proc for mode checking
Replies: 6
Views: 3799

its to be able to do checks if someone are admins or owners of channels... (unrealircd). it should be possible by using /who or /whois but i don't know how to do this. afaik, eggdrop has no builtin isowner or isadmin commands.
by Lupo
Mon Dec 29, 2008 2:14 pm
Forum: Script Requests
Topic: proc for mode checking
Replies: 6
Views: 3799

proc for mode checking

does anybody have a proc for user mode checking? preferably something similar than the builtin isop and ishalfop (check returns one or zero)
by Lupo
Mon Dec 29, 2008 2:10 pm
Forum: Script Requests
Topic: !op !deop TCL
Replies: 6
Views: 6765

I've made some good progress on this, except that in order to use these commands, the bot needs to be owner of the channel (else he cannot write to the lists on the same or above his level) Since my bots are at aop level, i havent implemented SOP or AOP levels yet. The current version of my script h...
by Lupo
Sun Dec 28, 2008 11:06 am
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1103396

"join" is not hard-coded in the script; if the protection is being triggered on saying "join" then you probably added it in your advlist(s). Its not in the adwords(global) list, and i'm not using any other advertizing scripts. I also defined it like this : set adexempts(global) ...
by Lupo
Sat Dec 27, 2008 6:59 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1103396

i took it out but its still punishing on people saying "join". For some reason excluding it doesn't work either. On top of that, I cant find where this is defined it is so i cant remove it. :cry: "Warning: You've triggered adverting protection, advertisements are not allowed." Wh...
by Lupo
Fri Dec 26, 2008 11:31 pm
Forum: Script Requests
Topic: !op !deop TCL
Replies: 6
Views: 6765

I've actually started writing this myself... I already have kick, ban, and unban commands for chanops/hops botowners/masters/botops implemented.

Next up is channel admin/owners

to the original poster : these commands are available in bosterv as well (enable fantasy commands)
by Lupo
Fri Dec 26, 2008 10:22 am
Forum: Script Support & Releases
Topic: logs2html module
Replies: 48
Views: 40850

This module doesn't work for me... i get this error while compiling : In file included from .././logs2html.mod/logs2html.c:36: .././logs2html.mod/logs2html.h:30: error: two or more data types in declaration specifiers .././logs2html.mod/logs2html.h:30: warning: useless storage class specifier in emp...
by Lupo
Fri Dec 26, 2008 10:05 am
Forum: Script Support & Releases
Topic: LOL.TCL 8.1a
Replies: 24
Views: 38490

The site is down... anybody have the latest version?

Notice: This domain name expired on 12/07/08 and is pending renewal or deletion

Does anybody know 8.1 has support for halfop?
by Lupo
Wed Dec 24, 2008 7:13 pm
Forum: Script Support & Releases
Topic: Good alternative/fix for egg-fu 2.0.x ?
Replies: 0
Views: 2395

Good alternative/fix for egg-fu 2.0.x ?

Hi people, I wonder if someone has a good alternative for egg-fu since it doesn't seem to work very well... I constantly get these errors : [17:08] Tcl error [askquestion]: expected integer but got "08" (looks like invalid octal number) I'm currently using egg-fu in this way : all ops can ...
by Lupo
Wed Dec 24, 2008 6:48 pm
Forum: Script Support & Releases
Topic: AllProtection.tcl (Stable: v4.8 / Beta: v4.9b4)
Replies: 1351
Views: 1103396

Again, swear:kick is a proc from version 4.5 and not 4.6*. Please make sure you .restart the bot when loading the new version and not just .rehash. Read here about how to enable the .set command. My bad, thanks for your patience. :) I took my bot down and got rid of the .chan file and rebooted it a...
by Lupo
Wed Dec 24, 2008 6:39 pm
Forum: Script Requests
Topic: !warn command
Replies: 2
Views: 2201

!warn command

I would like to have a !warn command... which works like this Owner, Admin, Operator and Halfop can use : !warn nickname User gets a warning in PM 3rd offense : user gets kicked or kickbanned (configurable in script) Count must time out after say 2 hours. (preferably configurable) Thank you in advan...
by Lupo
Wed Dec 24, 2008 6:28 pm
Forum: Script Requests
Topic: !op !deop TCL
Replies: 6
Views: 6765

Re: !op !deop TCL

Hi can someone make a Tcl that will !owner (+q) !deowner (-q) !protect (+a) !deprotect (-a) !op (+o) !deop (-o) !halfop (+h) !dehalfop (-h) !voice (+v) !voice (-v) !kick !ban !kb (Kick/Ban) And also add ppl to the Xop List like this Me !set SOP <Nick> Me !set AOP <Nick> Me !set HOP <Nick> Me !set V...