Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Some irssi thingies
- -------------------
- 1) Install scriptassist
- # mkdir ~/.irssi/scripts/autorun
- # cd ~/.irssi/scripts
- # wget http://scripts.irssi.org/scripts/scriptassist.pl
- # cd autorun
- # ln -s ../scriptassist.pl
- In irssi: /script load scriptassist
- When it fails, install the missing perl libraries and try again.
- Type /scriptassist help to get familiar with it.
- 2) Some nice scripts:
- - autowhois: when someone queries you, it does a whois and displays it in the query.
- - autocycle: autorejoin after kick (not always appreciated in all channels and can result in ban)
- - binary: encode/decode for fun (01101000 01100101 01101100 01101100 01101111 00100000 01110111 01101111 01110010 01101100 01100100)
- - kenny: same (mfpmpppmfpmfppf fppppfpffpmfmpm)
- - nickcolor: gives each nick a seperate color (edit nickcolor.pl --> "my @colors = qw/3 7 9 10 11 12 13/;" for my recommended color set to prevent your eyes from pinching)
- - queryresume: gives the last 10 lines of the previous time you had a query with that person
- - splitlong: if your text doesn't fit on one line, it splits it over multiple ("/set splitlong_max_length 460" to be on the safe side)
- 3) Some handy commands:
- Autoconnect stuff:
- * add network (example): /network add freenode
- * autoconnect to servers (example): /server add -network freenode -auto irc.freenode.net 6667
- * autojoin to channels (example): /channel add -auto #xda freenode
- Make irssi remember what channel is in what window: /layout save
- Current people in channel: /n (or /names)
- Current topic: /t
- Close window (& part if chan): /wc (/window close)
- Search through current window: /last mysearch
- Scroll up 10 lines via command: /sb goto -10
- Scroll back all the way down: /sb end
- 4) Handy aliases:
- /alias 1 /window goto 1
- /alias 2 /window goto 2
- /alias 3 /window goto 3
- /alias 4 /window goto 4
- /alias 5 /window goto 5
- /alias 6 /window goto 6
- /alias 7 /window goto 7
- /alias 8 /window goto 8
- /alias 9 /window goto 9
- /alias 10 /window goto 10
- /alias 11 /window goto 11
- /alias 12 /window goto 12
- /alias 13 /window goto 13
- /alias 14 /window goto 14
- /alias 15 /window goto 15
- /alias 16 /window goto 16
- /alias 17 /window goto 17
- /alias 18 /window goto 18
- /alias 19 /window goto 19
- /alias 20 /window goto 20
- /alias c /window close
- /alias dns /exec host $-
- /alias figlet /exec -o figlet -s $-
Add Comment
Please, Sign In to add comment