Changeset 940 for trunk/plugins/en/irc_join.tcl
- Timestamp:
- 02/07/2008 04:43:08 (5 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/en/irc_join.tcl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/en/irc_join.tcl
r936 r940 77 77 78 78 #set nick [bMotion_cleanNick $nick $handle] 79 if {[getFriendship $nick] < 30} {79 if {[getFriendship $nick] < 40} { 80 80 set greetings [bMotion_abstract_all "dislike_joins"] 81 81 } 82 82 83 if {[getFriendship $nick] > 75} {83 if {[getFriendship $nick] > 60} { 84 84 set greetings [concat $greetings [bMotion_abstract_all "bigranjoins"]] 85 85 } … … 95 95 96 96 bMotion_abstract_register "insult_joins" 97 bMotion_abstract_batchadd "insult_joins" [list "%ruser: yeah, %% does suckOH HI %%!" "\[%%\] I'm a %VAR{PROM}%|%VAR{wrong_infoline}" "\[%%\] I love %ruser%|%VAR{wrong_infoline}" "/looks at %%%|so THAT'S where my oil-skin thong got to!" ]97 bMotion_abstract_batchadd "insult_joins" [list "%ruser: yeah, %% does suckOH HI %%!" "\[%%\] I'm a %VAR{PROM}%|%VAR{wrong_infoline}" "\[%%\] I love %ruser%|%VAR{wrong_infoline}" "/looks at %%%|so THAT'S where my oil-skin thong got to!" ] 98 98 99 99 bMotion_abstract_register "wrong_infoline" … … 101 101 102 102 bMotion_abstract_register "dislike_joins" 103 bMotion_abstract_batchadd "dislike_joins" [list "shut up" "o no it's %%" "oh no it's %%" "oh noes it's %% %VAR{unsmiles}" ]103 bMotion_abstract_batchadd "dislike_joins" [list "shut up" "o no it's %%" "oh no it's %%" "oh noes it's %% %VAR{unsmiles}" "meh" "oh, it's %ruser.%|\"yay\"" "oh, it's fuckmaster mc shitty white clownhorse ass jacket pubic face."]
