netripper

NetRipper

May 6th, 2010
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. Some irssi thingies
  2. -------------------
  3.  
  4. 1) Install scriptassist
  5. # mkdir ~/.irssi/scripts/autorun
  6. # cd ~/.irssi/scripts
  7. # wget http://scripts.irssi.org/scripts/scriptassist.pl
  8. # cd autorun
  9. # ln -s ../scriptassist.pl
  10.  
  11. In irssi: /script load scriptassist
  12. When it fails, install the missing perl libraries and try again.
  13. Type /scriptassist help to get familiar with it.
  14.  
  15. 2) Some nice scripts:
  16. - autowhois: when someone queries you, it does a whois and displays it in the query.
  17. - autocycle: autorejoin after kick (not always appreciated in all channels and can result in ban)
  18. - binary: encode/decode for fun (01101000 01100101 01101100 01101100 01101111 00100000 01110111 01101111 01110010 01101100 01100100)
  19. - kenny: same (mfpmpppmfpmfppf fppppfpffpmfmpm)
  20. - 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)
  21. - queryresume: gives the last 10 lines of the previous time you had a query with that person
  22. - 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)
  23.  
  24. 3) Some handy commands:
  25.  
  26. Autoconnect stuff:
  27. * add network (example): /network add freenode
  28. * autoconnect to servers (example): /server add -network freenode -auto irc.freenode.net 6667
  29. * autojoin to channels (example): /channel add -auto #xda freenode
  30.  
  31. Make irssi remember what channel is in what window: /layout save
  32. Current people in channel: /n (or /names)
  33. Current topic: /t
  34. Close window (& part if chan): /wc (/window close)
  35. Search through current window: /last mysearch
  36. Scroll up 10 lines via command: /sb goto -10
  37. Scroll back all the way down: /sb end
  38.  
  39. 4) Handy aliases:
  40.  
  41. /alias 1 /window goto 1
  42. /alias 2 /window goto 2
  43. /alias 3 /window goto 3
  44. /alias 4 /window goto 4
  45. /alias 5 /window goto 5
  46. /alias 6 /window goto 6
  47. /alias 7 /window goto 7
  48. /alias 8 /window goto 8
  49. /alias 9 /window goto 9
  50. /alias 10 /window goto 10
  51. /alias 11 /window goto 11
  52. /alias 12 /window goto 12
  53. /alias 13 /window goto 13
  54. /alias 14 /window goto 14
  55. /alias 15 /window goto 15
  56. /alias 16 /window goto 16
  57. /alias 17 /window goto 17
  58. /alias 18 /window goto 18
  59. /alias 19 /window goto 19
  60. /alias 20 /window goto 20
  61. /alias c /window close
  62. /alias dns /exec host $-
  63. /alias figlet /exec -o figlet -s $-
Add Comment
Please, Sign In to add comment