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...
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...
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...
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...
#### 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...
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...