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

by Doom
Fri Apr 23, 2004 9:19 am
Forum: Archive
Topic: to make all notices from #channel be logged?
Replies: 4
Views: 1360

Ofloo wrote:add return 1 on the bottom

so hmm why don't u just bind to raw and then log every notice add return 1 on the bottom cause from what i understand this script only logs channel notices as you requested ..?
ok sorry then..i meant notices that have with channel to do..
by Doom
Wed Apr 21, 2004 4:00 pm
Forum: Archive
Topic: to make all notices from #channel be logged?
Replies: 4
Views: 1360

bind notc - * my:notice proc my:notice {nick uhost hand text dest} { if {[isbotnick $dest] || ![string equal -nocase "#channel" $dest]} { return } set f [open notices.txt a] puts $f $text close $f } this worx if someone /notice #channel...but i want it to log every /chanserv notice also.....
by Doom
Wed Apr 21, 2004 1:04 pm
Forum: Archive
Topic: to make all notices from #channel be logged?
Replies: 4
Views: 1360

to make all notices from #channel be logged?

to make all notices from #channel be logged and then save them in some file as channelnotices .. ??
by Doom
Sun Apr 04, 2004 11:19 am
Forum: Archive
Topic: netbots.tcl with gseen.mod and stats.mod
Replies: 1
Views: 837

netbots.tcl with gseen.mod and stats.mod

anyway to get them work gseen.conf and stats.mod with netbots.tcl? they will share around .dat files for gseen and stats.mod...and only one bot answers on seen question..that would be good.! and for stats.mod when someone !place and etc. only one bot can answer on that..but all bots can have a stats...
by Doom
Sun Apr 04, 2004 6:47 am
Forum: Archive
Topic: netbots.tcl & gseen.mod and stats.mod
Replies: 0
Views: 976

netbots.tcl & gseen.mod and stats.mod

anyway to get them work gseen.conf and stats.mod with netbots.tcl? they will share around .dat files for gseen and stats.mod...and only one bot answers on seen question..that would be good.! and for stats.mod when someone !place and etc. only one bot can answer on that..but all bots can have a stats...
by Doom
Fri Jan 02, 2004 7:43 pm
Forum: Archive
Topic: code for aop remove
Replies: 1
Views: 664

code for aop remove

I need some TCL script so if someone adds some aop in channel..Bot vill remove it..That's for DALnet ircserver...

and then it will be good if there is some tcl script that will Auto Unban , auto op on deop, auto join on kickban ans so..so bot can fast join channel... thnx..
by Doom
Sat Dec 20, 2003 6:33 am
Forum: Archive
Topic: bot won't join channels..
Replies: 3
Views: 1288

bot won't join channels..

I've added in conf file, so bot joins channel...but he is not join'ing any channels? why that? and
when i .+chan #channel , the bot never joins it?? why that?


THnx for fast answers..
by Doom
Tue Sep 30, 2003 11:51 am
Forum: Archive
Topic: spam tcl script
Replies: 1
Views: 982

spam tcl script

I wounder if there is some tcl that do:

The BOT-1 will cycle channel and when he got spam/adv

he will send that to BOT-2 and BOT-2 will kick him..

?

I'll be thankfull if someone have that tcl script or he can code it for me..thnx again
by Doom
Sun Jul 13, 2003 6:44 pm
Forum: Archive
Topic: on black nick = ban
Replies: 5
Views: 1358

Like if you have nick "USER1" and change it to "Sir_Fz" You will get banned... You understund?
by Doom
Sun Jul 13, 2003 5:49 pm
Forum: Archive
Topic: on black nick = ban
Replies: 5
Views: 1358

i need only when ppl changes nick , not when joining
by Doom
Sun Jul 13, 2003 5:20 pm
Forum: Archive
Topic: on black nick = ban
Replies: 5
Views: 1358

on black nick = ban

How to make script so if some user change his on on "supernick" or "snick" he will get banned on his identd@host ?
by Doom
Sun Jul 06, 2003 12:11 am
Forum: Archive
Topic: mirc code to tcl?
Replies: 14
Views: 2716

mirc code to tcl?

Code: Select all

on @*:op:#Sandzak:{ if ($nick == ChanServ) && ($opnick != $me) && ($opnick != user1{ cs why $chan $opnick }
can someone traslate this to .tcl? and add so it logs everynick bot have done why on in why.log

and how to make so bot log all Chanserv notices into chanserv.txt?
by Doom
Wed Jul 02, 2003 5:01 pm
Forum: Archive
Topic: auto oP
Replies: 2
Views: 1433

auto oP

in the config i've -autoop but if i get deoped the bot is Oping...how can i disable it?
by Doom
Thu Jun 26, 2003 2:38 pm
Forum: Archive
Topic: bots time
Replies: 12
Views: 2374

hm, now i´'ve that in my conf file but the bot still shows the same time like before :(
by Doom
Thu Jun 26, 2003 10:22 am
Forum: Archive
Topic: bot bans
Replies: 1
Views: 977

bot bans

When bot ban someone for notice protection , and some op removes ban or bot removes the ban...and if the user rejoins the chan bot will ban him again for same thing ?

is that bcoz of bot or it's some .tcl script i've?

how can i disable that