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

by Darkj
Thu Apr 29, 2004 6:32 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

Oh, fyi, this was my question: Now I know that you can check if people are ops and voice etc, but is there an easy way to check if a user is in the channel? I have a request system, and I want the bot to message the user (if in the channel), if the request is getting done. And this was the moronic a...
by Darkj
Thu Apr 29, 2004 6:27 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

<deleted>

Was a little rude, got my senses.
by Darkj
Mon Apr 26, 2004 10:24 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

Oh and, after doing some research, the stuff that was first said to help was pretty much useless. No where can I find anything about "onchan" in those two areas. Also, I did check the TCL guide, but I was being a moron and using a search, i had my mind stuck on mirc for some reason and was...
by Darkj
Mon Apr 26, 2004 10:19 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

PS Thanks Ofloo, worked perfectly.
Pay attention :)
by Darkj
Mon Apr 26, 2004 7:15 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

You know, this is what I hate about these boards. The fact that when anyone comes here and asks a simple question like that, you get people that turn around and give stupid answers. Is it really hard to just provide a quick example right off the bat? Don't you remember when you were learning and nee...
by Darkj
Mon Apr 26, 2004 8:32 am
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

You didn't answer my question. I was asking about the TCL code to do this. I'm aware of help files, i'm not a moron. No need for useless flames.
by Darkj
Sun Apr 25, 2004 3:35 pm
Forum: Archive
Topic: Checking if nick is in channel
Replies: 14
Views: 3527

Checking if nick is in channel

Now I know that you can check if people are ops and voice etc, but is there an easy way to check if a user is in the channel?

I have a request system, and I want the bot to message the user (if in the channel), if the request is getting done.

Thanks
by Darkj
Fri Apr 16, 2004 9:01 am
Forum: Archive
Topic: Top10 Help (Custom Design)
Replies: 2
Views: 1526

Awesome user, that put me on a great step to the right direction. Thank you muchly.
by Darkj
Wed Apr 14, 2004 8:38 pm
Forum: Archive
Topic: Top10 Help (Custom Design)
Replies: 2
Views: 1526

Top10 Help (Custom Design)

The way I am doing this seems way to complicated. There is like 200 lines of code for this, which isn't quite right. Now my code my be newbish, its kind of my first attempt at top10 scores. It does work, surprisingly enough, but it sucks. The way the score database is designed is: [nick] value1=# va...
by Darkj
Sun Apr 11, 2004 12:31 pm
Forum: Archive
Topic: New at this Stripping Thing
Replies: 2
Views: 973

Awesome, thanks alot.
by Darkj
Sun Apr 11, 2004 11:46 am
Forum: Archive
Topic: New at this Stripping Thing
Replies: 2
Views: 973

New at this Stripping Thing

This is probably a really dumb question, but I'm new at stripping lines for data. I have editted a script so that it stores items like this 1000=Nick|request and stuff|status|date requested To break it down 1000 == request id Nick == users nick request == request of the user, undertimned size. statu...
by Darkj
Wed Jan 28, 2004 9:40 am
Forum: Archive
Topic: Subtracting Time from strftime
Replies: 1
Views: 1014

Subtracting Time from strftime

Ok, right now in my script, to mark the current time, it uses [strftime %H:%M]. Now my question is, how would I go about taking that time, subtracting 10 minutes off it, then writing the time. This is all part of my server status script for a webpage. But the webpage has a 10 minute delay. And I wan...
by Darkj
Thu Nov 20, 2003 10:23 pm
Forum: Archive
Topic: Help with some TCL scripts..
Replies: 3
Views: 1471

bind pub n .addmaster sb_addmaster proc sb_addmaster { nick uhost hand chan text } { set newmaster [lindex [split $text] 0] adduser $newmaster chattr $newmaster +mo putserv "privmsg $nick :You have added\:$newmaster To the master list." putserv "privmsg $newmaster :You have been adde...
by Darkj
Thu Nov 20, 2003 7:29 pm
Forum: Archive
Topic: Can't get my bot to ID after a netsplit
Replies: 8
Views: 2536

just change

bind notc - "*password accepted*" self:op

to

bind notc - "*password for*accepted*" self:op

that should work
by Darkj
Tue Nov 18, 2003 9:46 pm
Forum: Archive
Topic: little newbie problem
Replies: 5
Views: 1819

ok Darkj, you beat me to it I spent too much time looking up the url for the online version of tcl-commands.doc
ultraedit and easy server access can be your best friend :)