Use this script. BitchX Poser Script It sets your eggdrop away and also hides the fact that it is an eggdrop bot. Usefull for when your bot is on a server which disallows bots.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
bind msg n !away setaway
proc setaway {nick uhost hand arg} {
set atext "------set your away message here------"
putserv "away :$atext"
putserv "PRIVMSG $nick :Marked myself away"
}
This should do what you asked. just message your bot !away and it will set it away. Only bot owners can use this command.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Alchera wrote:Busy with the wife? Oh how rude. lol
haha you have a dirty mind she could be making him decorate
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born