After rooting my android I wondered if I could run an eggdrop through it. There is a terminal emulator app I use to shoot commands through it.
Would this be possible? Lets be the first...
-bash: ./eggdrop: /usr/libexec/ld-elf.so.1: bad ELF interpreter: No such file or directory
Code: Select all
bind pub -|- .commands pub:dscmd
setudef flag commands
proc pub:dscmd {nick uhost hand chan arg} {
set chan [string tolower $chan]
if {[channel get $chan commands]} {
putserv "PRIVMSG $chan :.Website .Signup .Sponsors"
}
}
putlog ".COMMANDS"