to use gash, you have to have gaim
all you have to do is click on
Tools -> Perl -> Load Script
and open gash.pl
if you have gaim 0.60, put gash.pl in your ~/.gaim directory, and load it from the plugins sections of the preferences window
a window will pop up from GAim SHell. type help for a list of commands
gash is a simple shell, here are a few examples:
- set you idle time to 3600 secs (1 hour) idle 3600
- turn the send_as_away feature on
set saa = 1
- or - set saa on
- turn it off
set saa = 0
- or - set saa off
- or - set nosaa
- for help on other internal valiables help vars
- to change what program fortune runs set fortune_prog = /bin/echo I am away, please leave a message
- to create a config file (~/.gashrc) that gets loaded on run saveconf
FAQ
Q: How do I use fortune?
- Create an away message with the string <gash-fortune> anywhere in the text. <gash-fortune> will be replaced with the output from fortune_prog.
- I am getting this warning "gash: ERROR: fortune: /usr/bin/fortune is not executiable", what does this mean?
- This means that your fortune program is not /usr/bin/fortune. Either its somewhere else, or you dont have it.
to set your fortune program type, for example:
set fortune_prog = /usr/games/fortune you can also edit your config file
- how do I use a config file?
- the easiest way is start gash and type:
saveconfig you can edit it: ~/.gashrc it will be loaded automatically at startup
- can I IM you?
- sure, I have two accounts "mrtoxygene" and "GAim SHell" (isnt that appropriate) (you can use suspend in gash to send messages to GAim SHell)
