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 1347 matches

by De Kus
Fri Jan 24, 2003 4:28 pm
Forum: Archive
Topic: Is there script to
Replies: 6
Views: 1554

hmmm

have you trying to set the channel setting +dontkickops to -dontkickops?! :)
by De Kus
Fri Jan 24, 2003 4:22 pm
Forum: Archive
Topic: Gseen V1.1 bug with Seenstats
Replies: 9
Views: 1931

ai seen

i would recommend disabling the ai seenstats trigger. perhaps it was not empty line than a line like: 0,0<nick> seenstats This would create a "empty line" if the background is white, on other background like black you would simply have to change the 0,0 to 1,1. but by selecting the line sh...
by De Kus
Fri Jan 24, 2003 3:50 pm
Forum: Archive
Topic: protection flags
Replies: 2
Views: 1048

try something like..

global botnick if { ($nick == $botnick) || [matchattr $hand "f|f" $chan] || [matchattr $hand "o|o" $chan] } {return 0} you usually dont need botnick, cause in cases of channel message the bot wont hear himself, but it will see its own kicks, mode changes etc.. note: return 0 wil...
by De Kus
Fri Jan 24, 2003 3:13 pm
Forum: Archive
Topic: Question about a tcl script existence
Replies: 1
Views: 684

can't help but searching something similar

i didn't find anything either, but i had planed to script one by my own, my only problem is, that i am not used to using of tables in tcl. in my plans of the script i would have to use the tcl command "banlist #chan" to get the ban creator to a particular ban. i'll try to find out from oth...
by De Kus
Wed Jan 08, 2003 6:11 pm
Forum: Archive
Topic: On Join Auto Voice
Replies: 20
Views: 4534

hmmm

why always a * bind? isnt a modular check not faster than a tcl if? by the way this way its only one if... i know, it doesnt matter at all, but teoretically it saves CPU time :D. and i would recommed using pushmode to make the bot aviable to put multible modes into one line. bind join - "#wwwar...
by De Kus
Sun Jan 05, 2003 7:33 am
Forum: Archive
Topic: [QuakeNet] Q Based Ban
Replies: 5
Views: 1494

hmmm, think found a bug

yeah, script is nice. but im having problems with qauths containg []...
a .qban list gives me something like:

Code: Select all

QBAN:: Added qbans: {{[]WoXz[]}}
but the auth is only []WoXz[] ^-^. the srcipt/bot adds anyhow a {{ }} around the ban. bans without [] are handled and displayed correctly.
by De Kus
Sun Jan 05, 2003 7:04 am
Forum: Archive
Topic: need script for CHANNEL banmatch checking
Replies: 0
Views: 553

need script for CHANNEL banmatch checking

args, figured out my problem. matchban doesnt work on channel bans either than isban. both are only checking bot intern bans. some has a script for checking trough the channel banlist? *starts new search* can't find anything... i'll search the archive too (but i wont download all scripts and search ...
by De Kus
Sat Dec 21, 2002 4:24 am
Forum: Archive
Topic: How to "stack" binds
Replies: 1
Views: 1819

ehm

Code: Select all

bind time - "* 24 * * *" proc1
bind time - "* 24 * * *" proc2
what about this? :D
by De Kus
Wed Dec 18, 2002 3:23 pm
Forum: Archive
Topic: bot crashs while clearing takeovers on qnet - wrong script?!
Replies: 3
Views: 2144

k, thx

k, ill look into it. i get headache only thinking on downgrading :D. ill test it later with 1.6.12. and thx for the tip with the utimer. i just copied from the original qneed.tcl so i thought this way it would be ok. and im having a strange - no its not a probleme, more a - phaenoman. but look yours...
by De Kus
Wed Dec 18, 2002 9:09 am
Forum: Archive
Topic: bot crashs while clearing takeovers on qnet - wrong script?!
Replies: 3
Views: 2144

bot crashs while clearing takeovers on qnet - wrong script?!

ok, you sure know q.tcl and qneed.tcl from help.quakenet.org. i added some code to qneed to let my bot also be helped by L: proc handle:need {channel need} { if {![matchattr Q "|o" $channel]} { if {![matchattr L "|o" $channel]} { return 0 } switch $need { op { putserv "PRIVM...
by De Kus
Wed Dec 18, 2002 8:21 am
Forum: Archive
Topic: euirc - +a admin/protection not recognizing as userflag
Replies: 7
Views: 4073

hihi

yeah, sure, its not a standard of any big network, but it is standard enogh so mirc supports it... more or less, it knows +a is user stat !, but thats all. i dunno if its mirc global or noname script (which supports primary quakenet with Q and L integration), but with +a and -o and -h mirc doesnt wa...
by De Kus
Sun Dec 15, 2002 11:56 am
Forum: Archive
Topic: euirc - +a admin/protection not recognizing as userflag
Replies: 7
Views: 4073

euirc - +a admin/protection not recognizing as userflag

eggdrop recognizes the modechange +a for admin as channelflag, so it sees a channelflag line like "Ctrna" instead of "Ctrn" after a modechange like "ChanServ sets mode: +ao emp|De_Kus emp|De_Kus". so far i know +a is a rare usermode, but its really cool. i dunno if it q...