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

by Wizard
Mon Nov 08, 2004 11:13 pm
Forum: Archive
Topic: Parse Text or log to irc channel
Replies: 1
Views: 1347

Parse Text or log to irc channel

Hey how do i putlog services.log to #services.

basicly i want servies.log to post in realtime to #services

OS freebsd / auspice services / Unrealircd

thanks
by Wizard
Wed Jun 23, 2004 12:53 am
Forum: Archive
Topic: Tcl Commands
Replies: 1
Views: 1395

Tcl Commands

is it possable to directlycontroll the eggdrop like when you telnet or dcc chat the bot. i can get !rehash and !restart to work but would like to know how to directly enter a command via !trigger in mirc to = .command in telnet sesion of eggdrop. the Goal it to add multipeevents to happin after trig...
by Wizard
Tue Oct 07, 2003 11:21 pm
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

Bytez file server

hey look up i posted full code just add -types f like example and it works great
stdragon is MASTER

thanks again

ps if ya nee more help i can send you my compleated script
by Wizard
Mon Oct 06, 2003 8:45 pm
Forum: Archive
Topic: Thanks to stdragon
Replies: 0
Views: 805

Thanks to stdragon

hey man thanks for all the help its working flawless

next projst i am doing is an auto !adduser nick and it will get hostmask and auto chattr with flags.. thanks again

have a great night
by Wizard
Mon Oct 06, 2003 6:55 pm
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

Fserv

stdragon Thank you this line workes perfectly you have done what many could not. but in the 23 + hours i was messing around the get command dont work it says its getting file but dont send ie: !Wizard! get /home/server1/eggdrop/Fserv/07_-_07_Virginia.mp3 foreach files [glob -nocomplain -types f -dir...
by Wizard
Sun Oct 05, 2003 6:33 pm
Forum: Archive
Topic: Make a directory list
Replies: 1
Views: 959

Make a directory list

I am still haveing all kinds of grief all i want is a !list trigger bind pub - !list ( *** ) not sure read a directory /home/server1/eggdrop/Fserv tell user list is comeing putserv "NOTICE @$chan :Beginning DCC Send to $nick ($argv)" make a list Files.txt and dcc send it to nick requesting...
by Wizard
Sun Oct 05, 2003 10:54 am
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

Maybe Easier

geez maybe this make it easier all i want is

!list trigger

and have that trigger make up a list.txt of /home/server1/eggdrop/Fsrerv

geez i getting delieriouse allready learning is tough for the first time heheh thanks

stuborn and determind 8)
by Wizard
Sun Oct 05, 2003 10:45 am
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

No one know ?

no one know why this is doing this ? or ami trying to do someting really hard ? here is the code that reading the wrong direcory Sorry this is kinda long ## Settings: set fhome /home/server1/eggdrop/Fserv set maxsend 3 set maxget 5 ## Temp settings: set csend 0 set cget 0 #### FILESYS MODULE #### lo...
by Wizard
Sun Oct 05, 2003 8:04 am
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

filesystem settings

#### FILESYSTEM MODULE #### # This module provides an area within the bot where users can store # files. With this module, the bot is usable as a file server. The # transfer module is required for this module to function. Un-comment # the following line to load the filesys module. loadmodule filesys...
by Wizard
Sun Oct 05, 2003 7:43 am
Forum: Archive
Topic: Fserv
Replies: 8
Views: 4706

Fserv

hello i finally got my f serv to work but when it make a file list when a user types !list it reads the root dir of eggdrop. i would like it to read and show the contents of /home/server1/eggdrop/Fserv but like i said it shows /home/server1/eggdrop i have chaned everything to pont to the fserv dir a...