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

by Jag
Mon Oct 20, 2003 8:44 am
Forum: Archive
Topic: txt file
Replies: 18
Views: 3324

txt file

How can i remove a specific line from a txt file in a command?
by Jag
Fri Oct 17, 2003 7:24 am
Forum: Archive
Topic: script for unban all
Replies: 15
Views: 3440

didn't work :(

Code: Select all

bind pub - !unbanall unban:all
proc unban:all {nick uhost hand chan arg} {
  foreach thisban [banlist $chan] {
    set banhost [lindex $thisban 0]
    killchanban $chan $banhost
  }
}
by Jag
Fri Oct 17, 2003 7:12 am
Forum: Archive
Topic: Sockets
Replies: 1
Views: 664

Sockets

Where can i learn Sockets in TCL?

i want to build a script that when someone connet to my server, the eggdrop will check if the user use proxy or socks server. :)
by Jag
Thu Oct 16, 2003 12:14 pm
Forum: Archive
Topic: matchattr question
Replies: 6
Views: 1300

10x!!!! :P
by Jag
Wed Oct 15, 2003 2:27 pm
Forum: Archive
Topic: matchattr question
Replies: 6
Views: 1300

matchattr question

someone knows how to build a command that when i write to the eggdrop in private:

Code: Select all

!access
it will send me a privmsg of all my flags?
example: Your flags are: +jkmnoptx
Thanks :)
by Jag
Mon Oct 13, 2003 2:20 pm
Forum: Archive
Topic: ircds
Replies: 5
Views: 1965

i saw in the past ircd in tcl.... :(
by Jag
Mon Oct 13, 2003 12:24 pm
Forum: Archive
Topic: ircds
Replies: 5
Views: 1965

ircds

somebody knows where i can find IRCDS in TCL?
by Jag
Mon Oct 13, 2003 12:23 pm
Forum: Archive
Topic: Mass Deop
Replies: 4
Views: 2885

ok, 10x any way :)
by Jag
Mon Oct 13, 2003 11:51 am
Forum: Archive
Topic: Mass Deop
Replies: 4
Views: 2885

:cry: please?
by Jag
Mon Oct 13, 2003 10:53 am
Forum: Archive
Topic: Mass Deop
Replies: 4
Views: 2885

Mass Deop

how can i do a command that will mass deop all the ops on the channel?
like:

Code: Select all

Jagbotp sets mode: -oooooo nick 1 nick2 nick3 nick4 nick5 nick6
? :)
by Jag
Sun Oct 12, 2003 5:36 am
Forum: Archive
Topic: Notify
Replies: 11
Views: 2555

someone please? :(
by Jag
Sat Oct 11, 2003 2:53 pm
Forum: Archive
Topic: Notify
Replies: 11
Views: 2555

and how do i build this timer? :(
by Jag
Sat Oct 11, 2003 9:43 am
Forum: Archive
Topic: Notify
Replies: 11
Views: 2555

no.
I will do this so:

Code: Select all

bind raw - 600 proc-name
but how can i add users to the notify list? :-?
by Jag
Sat Oct 11, 2003 7:29 am
Forum: Archive
Topic: Notify
Replies: 11
Views: 2555

i want a script that when one of the notify's user connect the eggdrop will send him a msg. :)
by Jag
Sat Oct 11, 2003 4:05 am
Forum: Archive
Topic: Notify
Replies: 11
Views: 2555

Notify

How can i add users to the notify list in my eggdrop?
and whats the command, like scripting:

Code: Select all

on *:notify
in TCL?

please? :P