User Tools

Site Tools


bitchx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

bitchx [2017/07/02 02:14]
k2patel old revision restored (2009/08/13 05:13)
bitchx [2020/08/10 02:35]
Line 1: Line 1:
-====== BitchX (IRC Client) ====== 
  
-  * [[http://​linuxreviews.org/​software/​irc/​bitchx/#​4.5 | BitchX referance]] 
-  * [[http://​www.tc.umn.edu/​~hick0088/​files/​BitchX.txt | BitchX Command List]] 
- 
-==== Search the conversation for some word ==== 
- 
-<code text> 
-/last <​word>​ 
-</​code>​ 
- 
-==== Windows on BitchX ==== 
- 
- 
-It is possible using BitchX to create another "​invisible window"​ and switch between the two simultaneously. to do this type 
- 
-<code text> 
-[#bash] /win new hide 
-</​code>​ 
- 
-This creates a new hidden window. Now to switch between the two windows. 
- 
-To go to Window 1, i.e. the one you should be in, hit Alt and 1. To switch to window 2, ie the hidden one, hit Alt and 2. This can be done for more windows obviously. This should aid you chat in two channels more easily. Detaching the window 
- 
-This one is straight from ur sysadmin :0) While in chat using BitchX and you wish to leave for a short period like if you have to mail some one quickly. Type /detach at the prompt like so... 
- 
-<code text> 
-[#bash] /detach 
-</​code>​ 
- 
-This detaches BitchX form the terminal but keep the session alive (Unlike Ctrl-Z). To return to chat type scr-bx. 
- 
-==== Alias on BitchX ==== 
-Alias are great feature in BitchX. Instead of continuously typing a command, you can create an alias as follows: 
- 
-For example, you want to create an alias for the following: 
- 
-<code text> 
-[#bash] /window new double on hide 
-</​code>​ 
- 
-This may take a long time to type, instead create an alias: 
- 
-<code text> 
-[#bash] /alias win window new double on hide 
-</​code>​ 
- 
-Now /win can be specified instead of typing the full command. 
- 
-==== Private Chat session ==== 
-If you find yourself constantly messageing someone, especially if ye are having a good discussion using the /query function. To start a conversation with some-one type 
- 
-<code text> 
-[#bash] /query "​username"​ 
-</​code>​ 
- 
-So you wanted to start a converastion with me you would type... 
- 
-<code text> 
-[#bash] /query prtydude 
-</​code>​ 
- 
-To end the conversation simply type /query. This works very well with the /win new hide function. 
- 
-==== Create Log for conversation ==== 
-It is possible to change some of the settings in BitchX (bah it's a *unx program what did you expect :0)) to see which variables there is in BitchX type /set.\\ 
-(Note: you might want to log your session first as the list scrolls up fairly fast) 
- 
-Now when you have picked out what variable you want to changing (Please note that there is a certain amount of these variables can only be changed by admins =)) 
- 
-there is a variable called LOGFILE. This is where the log's of chat are recorded. To change this variable (And most others) simlpy type 
- 
-<code text> 
-[#bash] /set {NAME_OF_VARIABLE} [Value of Variable] 
-</​code>​ 
- 
-So here it would be 
- 
-<code text> 
-[#bash] /set LOGFILE ~/​irc/​chat.log 
-</​code>​ 
- 
-This now means that chat's logfile is pointed to a text file called chat.log in a folder called irc in your home directory.i But you'll probally want to start the logging proccess as well :oP. To do so.. 
- 
-<code text> 
-[#lobby] /set LOG on 
-</​code>​ 
- 
-This starts the logging service to the file we specified earlier on. There are a good few variables. 
- 
-==== Time stamp Setup ==== 
-Enable timestamp 
-<code text> 
- /set timestamp on 
-</​code>​ 
- 
-==== Saving your environgment ==== 
-To save all you settings 
-<code text> 
-/save 
-</​code>​ 
bitchx.txt ยท Last modified: 2020/08/10 02:35 (external edit)