# ,x4$$$$4x, ,ppq, $$$$ # # $$$$$ $$$$ $$$$$$4x, `$$$' $$$$$$,x4$$$4x, # # $$$$$ $$$$ ppqqq $$$ pppqq $$$$ $$$$ $$$$ # # $$$$$qq $$$$$$$$' $$$$$ $$$$ $$$$ $$$$ # # $$$$$$$ $$$$$`$$p, $$$$$ $$$$ $$$$ $$$$ # # $$$$$ $$$$$ $$$$4x. $$ `4$$ `4$$$$$4'-tagx # ############################################################################### # NOTE: This is only a little script to be used with BitchX, ## And maybe someone might take this idea and make it much, ### Much much better than I did but remember the I made the #### first...just the concept is very cool...only if I new, ##### how to script...for BitchX => It would have more feat ###### -ures. Thanks for support..and please give me greets ####### if decide to use my wonderful idea...or who knows, ######## maybe its a stupid one, and not even worth the ######### time to work on it...made to work in 74p2+. ############################################################################### # Greets: tagx, tix, #linuxos, # # golof, revmatrix, #gawd, majestuc, 976, and everyone else. # # nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar# # nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar# # nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar nutbar# ############################################################################### # rsynth sunsite.unc.edu /pub/Linux/apps/sound/speech/rsynth-2.0.tgz # # # MINI HOWTO; from numblock Step1: If say works, proceed to step 2, if # not fix it. Step 2; Do you have BitchX 74p2? If not, fix it, if so # proceed to step 3. Step 3: Do you have say.bx loaded? If so, make sure # you do "/fritosay on". if (!aliasctl(alias get fritosay)) { ^set format_version $format_version + Say By fRito } alias fritosay if ([$0]) { if ([$0]==[on]) { @fritosay.tog = [on] echo *** Say by frito, is enabled. } if ([$0]==[off]) { @fritosay.tog = [off] echo *** Say Disabled } }{echo *** Say [/fritosay (on|off)]} alias saymsg if (strlen($0) && strlen($1-)) { ^ctcp $0 SAY $1- echo *** SayMsg: > $0 say: $1- }{ echo *** /saymsg nick message } ^on ^ctcp "% % SAY" { if (fritosay.tog==[on]) { ^local saymsg $3- @ msar(rg/\&/and/\|/pipe/\$/dollar/\;/semicolon/saymsg) ^exec say -v '$saymsg' 1> /dev/null 2> /dev/null echo *** $0 Requested Say of \"$3-\" }{ echo *** $0 Requested Say of \"$3-\" but its off! } } echo *** Say by frito (MODS BY NUTBAR TO MAKE IT WORK!) is loaded!