blob: 91526c3e4731fa0cd7669b5a9242e76c831d0ba1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Server/Client.pm.orig 2014-08-29 12:27:51.000000000 -0400
+++ ./Server/Client.pm 2014-08-29 12:28:35.000000000 -0400
@@ -126,7 +126,7 @@
return 1;
}
- if(!defined(@{$self->{TO}})) {
+ if(!@{$self->{TO}}) {
$self->_put("503 You want me to read your mind? Tell me who to send it to!");
return 1;
}
|