diff options
Diffstat (limited to 'chat/you')
-rwxr-xr-x | chat/you/_ | 2 | ||||
-rwxr-xr-x | chat/you/are/_ | 2 | ||||
l--------- | chat/you/are/stupid. | 1 | ||||
-rwxr-xr-x | chat/you/are/stupid/_ | 2 | ||||
-rwxr-xr-x | chat/you/have/unread/!messages/_ | 2 | ||||
l--------- | chat/you/suck. | 1 | ||||
-rwxr-xr-x | chat/you/suck/_ | 2 | ||||
-rwxr-xr-x | chat/you/there/_ | 2 | ||||
l--------- | chat/you/there?/_ | 1 |
9 files changed, 15 insertions, 0 deletions
diff --git a/chat/you/_ b/chat/you/_ new file mode 100755 index 0000000..435c185 --- /dev/null +++ b/chat/you/_ @@ -0,0 +1,2 @@ +#!/bin/sh +echo "no. you $*" diff --git a/chat/you/are/_ b/chat/you/are/_ new file mode 100755 index 0000000..0416abe --- /dev/null +++ b/chat/you/are/_ @@ -0,0 +1,2 @@ +#!/bin/sh +echo "no, you $*" diff --git a/chat/you/are/stupid. b/chat/you/are/stupid. new file mode 120000 index 0000000..7f1bada --- /dev/null +++ b/chat/you/are/stupid. @@ -0,0 +1 @@ +stupid
\ No newline at end of file diff --git a/chat/you/are/stupid/_ b/chat/you/are/stupid/_ new file mode 100755 index 0000000..ccc9373 --- /dev/null +++ b/chat/you/are/stupid/_ @@ -0,0 +1,2 @@ +#!/bin/sh +echo "I'm smarter than the average bot. Fuck you." diff --git a/chat/you/have/unread/!messages/_ b/chat/you/have/unread/!messages/_ new file mode 100755 index 0000000..a478415 --- /dev/null +++ b/chat/you/have/unread/!messages/_ @@ -0,0 +1,2 @@ +#!/bin/sh +echo "!messages" diff --git a/chat/you/suck. b/chat/you/suck. new file mode 120000 index 0000000..fdb7235 --- /dev/null +++ b/chat/you/suck. @@ -0,0 +1 @@ +suck
\ No newline at end of file diff --git a/chat/you/suck/_ b/chat/you/suck/_ new file mode 100755 index 0000000..4e498a5 --- /dev/null +++ b/chat/you/suck/_ @@ -0,0 +1,2 @@ +#!/bin/sh +echo "you're mother." diff --git a/chat/you/there/_ b/chat/you/there/_ new file mode 100755 index 0000000..eb05097 --- /dev/null +++ b/chat/you/there/_ @@ -0,0 +1,2 @@ +#!/bin/sh +printf "\x01ACTION is totally here\x01\n" diff --git a/chat/you/there?/_ b/chat/you/there?/_ new file mode 120000 index 0000000..94e5e30 --- /dev/null +++ b/chat/you/there?/_ @@ -0,0 +1 @@ +../there/_
\ No newline at end of file |