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

by Skipper
Fri Sep 16, 2005 1:30 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

Hello,

I have figured out the error and corrected it myself.. :)

Thanks for the help.

Rgds

Skipper
by Skipper
Tue Sep 13, 2005 1:19 pm
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

Hello, I know abt the eggdrops ban stuff as well. When i use this script there is some reason behind it.. Coz of the firewall probs i cant dcc the bot in my workplace.. thats the reason i have opted for this script.. Genuine helpers only reply pls :) Rgds Skipper. P.S: Those who want to increase the...
by Skipper
Tue Sep 13, 2005 1:39 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

set blacklist_file "scripts/dbase/blacklist" setudef flag black bind MSG m|- \$blacklist blacklist:list bind MSG m|- \$blackadd blacklist:add bind MSG m|- \$blackdel blacklist:del bind JOIN -|- * blacklist:join proc blacklist:list {nickname hostname handle arguments} { global blacklist se...
by Skipper
Wed Aug 31, 2005 2:59 am
Forum: Archive
Topic: Public commands
Replies: 10
Views: 7326

Hello Dizzle,

I changed the bindings to

bind PUB -|-

But still its not working.. :) whats wrong yet in the tcl?

Rgds

Skipper
by Skipper
Wed Aug 31, 2005 2:54 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

Hello, Thanks for the help ppl.. i have done the channel specific one.. but left with the reason part alone.. Just that am lazy to add the blacklist reason everytime.. so wanted to put a reason permanently in the tcl itself.. wonder how to do it.. if someone can help pls do.. else stop commenting.. ...
by Skipper
Tue Aug 30, 2005 1:27 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

Hello, Hey thanks.. it works :) But as i said earlier the bans are getting added globally. I just want to make the bans for specific channels only.. what i should alter in it now? And How do i set the same reason for all the bans.. instead of typing reason for everytime .. can i make a perm reason t...
by Skipper
Mon Aug 29, 2005 11:51 am
Forum: Archive
Topic: Blacklist
Replies: 13
Views: 11227

Blacklist

set blacklist_file "scripts/dbase/blacklist" bind MSG m|- \$blacklist blacklist:list bind MSG m|- \$blackadd blacklist:add bind MSG m|- \$blackdel blacklist:del bind TIME -|- "0* * * * *" blacklist:sentry bind JOIN -|- * blacklist:join proc blacklist:list {nickname hostname hand...
by Skipper
Sun Aug 28, 2005 8:54 am
Forum: Archive
Topic: Public commands
Replies: 10
Views: 7326

Hello,

Thanks demond.. But let me know.. where i should change? and what i should change? Pls give the changes in my code.

Rgds

Skipper
by Skipper
Sat Aug 27, 2005 8:11 am
Forum: Archive
Topic: Recording kicks and bans.
Replies: 5
Views: 5160

Hello,

Can someone help me to complete this tcl? :)


Rgds

Skipper
by Skipper
Sat Aug 27, 2005 2:01 am
Forum: Archive
Topic: Public commands
Replies: 10
Views: 7326

Hello Alchera,

Without adding the person to bots user list.. it cant be done in any other way? i want the bot to respond to the command.. if the user is an op. any alterations can be done?

Rgds
Skipper
by Skipper
Sat Aug 27, 2005 12:48 am
Forum: Archive
Topic: Public commands
Replies: 10
Views: 7326

Public commands

# Command trigger variable trigger {.} bind pub o|o ${trigger}op bind pub o|o ${trigger}deop bind pub o|o ${trigger}voice bind pub o|o ${trigger}devoice bind pub o|o ${trigger}kick bind pub o|o ${trigger}kb bind pub o|o ${trigger}nb proc op {nick uhost hand chan text} { global botnick if {[botisop ...
by Skipper
Fri Aug 26, 2005 10:10 am
Forum: Archive
Topic: Recording kicks and bans.
Replies: 5
Views: 5160

set logging dir "~/eggdrop/logs" set logchan "#test" logging binds bind kick - * log:kick bind mode - "* +b" log:mode proc log:kick {nick host hand chan targ text} { global logdir if {![channel get $logchan kick]} {return 0} set logstr "\[[strftime %H:%M]\] *** $t...
by Skipper
Fri Aug 26, 2005 7:46 am
Forum: Archive
Topic: Recording kicks and bans.
Replies: 5
Views: 5160

set logging dir "~/eggdrop/logs" setudef flag kick logging binds bind kick - * log:kick proc log:kick {nick host hand chan targ text} { global logdir if {[lsearch -exact [channel info $chan] +kick] == -1} {return 0} set logstr "\[[strftime %H:%M]\] *** $targ was kicked by $nick ($text...
by Skipper
Fri Aug 26, 2005 7:22 am
Forum: Archive
Topic: Recording kicks and bans.
Replies: 5
Views: 5160

Recording kicks and bans.

Hello Ppl,

Is it possible to record the kicks and bans to a file.. and getting the infos via IRC.. when we type !banfind .. where the bot will gives info in the channel.. abt who kicked/banned the user and for what reason.

Rgds

Skipper
by Skipper
Thu Aug 25, 2005 2:04 am
Forum: Script Requests
Topic: Unbanning through the bot.
Replies: 22
Views: 35259

Hello Sir Fz, You ROCK :-) The codes which u had given works PERFECT :) Is it possible to record the kicks and bans happening in the channel.. and save it in a file.. and get the infos later on .. when we type !banfind nick.. so that the bot can get the info from that file.. as to who kicked or who ...