Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. on 5:JOIN:#:{ .timermsg 1 $rand(4,8) /msg $chan Hey, $nick $+ ... $read(lines.txt) }
  2. on *:TEXT:!greet:#:{ /msg $chan Hey, $nick $+ . $read(lines.txt) }
  3. on *:TEXT:!line *:#:/write -il1 lines.txt $2-
  4. on *:TEXT:!yow:#:{ /msg $chan $read(zippy.txt) }
  5. on *:TEXT:!help:#:{ /msg $chan Commands: !rules !greet !help !kafka (Franz Kafka) !yow (Zippy) !ben (Ben Franklin) !ralph (Ralph Wiggum) !deep (Deep Thoughts) !quote (IRC quotes) !8ball [?] !write [?] (writes to wall) !wall (message from wall) }
  6. on *:TEXT:!ben:#:{ /msg $chan $read(ben.txt) }
  7. on *:TEXT:!8ball *:#:{ /msg $chan $read(8ball.txt) }
  8. on *:TEXT:*rectum*:#:{ .timermsg 1 $rand(4,8) /msg $chan Wrecked 'em? Damn near killed him! }
  9. on *:TEXT:!ralph:#:{ /msg $chan $read(ralph.txt) }
  10. on *:TEXT:!write *:#:/write -il1 wall.txt $2-
  11. on *:TEXT:!wall:#:{ /msg $chan $read(wall.txt) }
  12. on *:TEXT:*no homo*:#:{ .timermsg 1 $rand(4,8) /msg $chan No homo? Come on, dude. You don't have to hide it from us. }
  13. on *:TEXT:!deep:#:{ /msg $chan $read(deep.txt) }
  14. on *:TEXT:*drunk *:#: { .timermsg 1 $rand(4,8) /msg $chan Bottoms up! *hic* }
  15. ;on *:TEXT:*lonely*:#: { .timermsg 1 $rand(4,8) /msg $chan Lonely? So is PoohBot. :-( }
  16. on *:TEXT:!quote:#:{ /msg $chan $read(fa.txt) }
  17. on *:TEXT:*8===D~~~*:#: { /msg $chan O_-- }
  18. on *:TEXT:*( o )( o )*:#: { /msg $chan BOOBS! :-O }
  19. on *:TEXT:!kafka:#:{ /msg $chan $read(kafka.txt) }
  20. on *:TEXT:!chatrules:#: { /msg $chan 1. Don't be an asshole. This goes for sexist generalizations, racist and homophobic slurs/remarks, ad hominems, etc. In general, respect people's boundaries and be civil. } { /msg $chan 2. If someone finds your humor or choice of topic offensive, please respect that. } { /msg $chan 3. On IRC, please take people's age into consideration. Not everyone is 18+. } { /msg $chan 4. OPs reserve the right to kick or ban at their discretion in any situation. }
  21. on *:TEXT:!hug:#:{ /describe $chan gives $nick a big robot hug :-D }
  22. on *:TEXT:*!greethelp*:#: { /msg $chan !setgreet !delgreet !greet on !greet off }
  23. on *:TEXT:!setgreet *:#: { set %personal.greet. $+ $nick on
  24. writeini greet.txt $address($nick,2) GREET $2-
  25. notice $nick $nick , Your Personal Greet Has Been Set To: $2-
  26. }
  27. on *:TEXT:!delgreet*:#: {
  28. set %personal.greet. $+ $nick
  29. remini greet.txt $address($nick,2)
  30. notice $nick $nick , your greet has been deleted!
  31. }
  32. on *:JOIN:#: {
  33. if (%greet.hide [ $+ [ $chan ] ] == off) {
  34. if (%personal.greet. [ $+ [ $nick ] ] == on) {
  35. if ($readini(greet.txt,$address($nick,2),GREET)) { .timermsg 1 $rand(3,6) /MSG $Chan Hey, $nick $+ ... $readini(greet.txt,$address($nick,2),GREET) }
  36. } {
  37. if ($readini(greet.txt,$address($nick,2), GREET) == $null ) {
  38. notice $nick Set your own personal greeting with !setgreet <GREETING>! Type !greethelp for a full list of commands.
  39. }
  40. if (%personal.greet. [ $+ [ $nick ] ] == off) {
  41. notice $nick Your Greet is Set off To Turn On Type [ !greet on ]
  42. } else { halt }
  43. }
  44. }
  45. }
  46. on *:TEXT:!hidegreets*:#: {
  47. if ($nick isop $chan) {
  48. notice $nick Greets Will Now Be Hiden On $chan
  49. set %greet.hide $+ $chan on
  50. }
  51. }
  52. on *:TEXT:!showgreets*:#: {
  53. if ($nick isop $chan) {
  54. notice $nick Greets Will Now Be Displayed On $chan
  55. set %greet.hide $+ $chan off
  56. }
  57. }
  58. on *:TEXT:!greet off:#: {
  59. set %personal.greet. $+ $nick off
  60. notice $nick [ $nick , Your Personal Greet Has Been Set Off]
  61. }
  62. on *:TEXT:!greet on:#: {
  63. set %personal.greet. $+ $nick on
  64. notice $nick [ $nick , Your Personal Greet Has Been Set On]
  65. }
  66. on *:TEXT:*HEAD ON*:#: { /msg $chan HEAD ON. APPLY DIRECTLY TO THE FOREHEAD. }
Add Comment
Please, Sign In to add comment