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

by soul
Wed Mar 03, 2004 6:18 pm
Forum: Archive
Topic: nicks including 4, 6 or 8 numbers
Replies: 1
Views: 2260

nicks including 4, 6 or 8 numbers

hi,

any idea how to check for nicks including with 4, 6 or 8 digit ?

thanks in advance.
by soul
Wed Mar 03, 2004 6:00 pm
Forum: Archive
Topic: Search a script for Remind
Replies: 1
Views: 2232

#------------------------------------------------- #remind.tcl 1.0 written by dre^ @ EFnet on 7.22.00 #------------------------------------------------- #Have you ever been on IRC and wished you had a little alarm #clock built right into your bot? Well, now you do. This is a #very simple script tha...
by soul
Thu Jan 29, 2004 7:03 pm
Forum: Archive
Topic: Need a script to say certain things to channel
Replies: 4
Views: 2661

i've always appreciated scripters
by soul
Thu Jan 29, 2004 7:02 pm
Forum: Archive
Topic: calling dcc proc from msg proc
Replies: 1
Views: 2099

calling dcc proc from msg proc

set login "L" set b "[-] " ## delete cookie bind part L * userinfopart proc userinfopart { nick uhost hand chan msg } { global login if {[matchattr $hand L $chan]} { chattr $hand -$login dccbroadcast "$b$arg fez logout (part)" } return 0 } bind sign L * userinfoquit pro...
by soul
Thu Jan 29, 2004 3:56 pm
Forum: Archive
Topic: Need a script to say certain things to channel
Replies: 4
Views: 2661

set chan "#change_the_channel_here" bind mode - * onop proc onop {nick uhost hand chan +o victim} { if { $nick == "Q" || $nick == "L" } { putserv "privmsg $chan :$victim : text here!" } } putlog "anything_you_want.tcl" the script above will message t...
by soul
Tue Dec 23, 2003 8:45 am
Forum: Archive
Topic: TCL scripting
Replies: 4
Views: 1729

that is what i call a url tsunami
by soul
Mon Dec 22, 2003 8:09 pm
Forum: Archive
Topic: Checking if user is registered and identified with services
Replies: 9
Views: 4951

does your ircd support STATUS command? i have a script that checks nick STATUS in services every time they execute a bind. forcing the bot to recognize users for the time they stay on chan, might get you insecure (parts, quits, netsplits, nickchanges). and yes, you need a bind notc to grab the NickS...
by soul
Mon Dec 22, 2003 7:31 pm
Forum: Archive
Topic: Checking if user is registered and identified with services
Replies: 9
Views: 4951

beside using raw's, some irc deamons support STATUS command. ie : NickServ STATUS nick , will retrieve his/her numbered status.  · · [ NickServ (ident@network.org) ] STATUS <somenick> 3 online and identified · · [ NickServ (ident@network.org) ] STATUS <somenick> 0 offline · · [ NickServ (ident@netwo...
by soul
Mon Dec 22, 2003 12:47 pm
Forum: Archive
Topic: TCL scripting
Replies: 4
Views: 1729

by soul
Wed Dec 03, 2003 9:04 pm
Forum: Archive
Topic: double queue mode
Replies: 1
Views: 737

double queue mode

# Allow identical messages in the mode queue? set double-mode 0 # Allow identical messages in the server queue? set double-server 0 # Allow identical messages in the help queue? set double-help 0 here is a short example of whats happens when a DEOP occurs: · · ChanMode: DvD-Rom sets mode [ -o ] Cd-R...
by soul
Sat Aug 23, 2003 2:03 pm
Forum: Archive
Topic: email attchment
Replies: 4
Views: 1992

i reached that point before posting and the goal was to get better specifications.
by soul
Sat Aug 23, 2003 8:03 am
Forum: Archive
Topic: email attchment
Replies: 4
Views: 1992

how ?
by soul
Thu Aug 21, 2003 8:20 pm
Forum: Archive
Topic: email attchment
Replies: 4
Views: 1992

email attchment

executing the command:

Code: Select all

exec echo $msg ($nick) | mail $email
will send an email to the previous set mailbox and a text within nickname and message.

is it possible to attach a file to this mail using the same command ?

regards,
by soul
Sat Aug 16, 2003 5:50 pm
Forum: Archive
Topic: Need help with phone.tcl
Replies: 3
Views: 1786

1) change auth var back to 1 2) add the code below to the script bind msg o auth msg:auth proc msg:auth {nick uhost hand arg} { set pass [lindex $arg 0] if {[passwdok $hand $pass]} { set auth "1" } } PS. this is not the perfect solution, you should use flag cookie ie: auth messaging adds a...
by soul
Thu Aug 07, 2003 7:05 pm
Forum: Archive
Topic: My Bot sometime banned and sometime just kicking
Replies: 10
Views: 2512

channel limitation had nothing to do with kicking and banning.

please, take a look at the reply of .binds in console, or in case of dificulty, post it

regards.