diff options
author | Evan Prodromou <evan@status.net> | 2010-04-26 02:43:33 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-04-26 02:43:33 -0400 |
commit | 5c05cd2b1a93d360bde7cb7dfc9ba39e5a5a7624 (patch) | |
tree | 5b4092e365023c7729fcdd8260431d3ffb28b519 /lib/implugin.php | |
parent | 14adb7cc41e3d5d4e543c1f13f7a60d3cadb5c71 (diff) | |
parent | d7d3a50d8751f071aa95541813af1d190e71430e (diff) |
Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x
Diffstat (limited to 'lib/implugin.php')
-rw-r--r-- | lib/implugin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/implugin.php b/lib/implugin.php index 018b0ecee..7302859a4 100644 --- a/lib/implugin.php +++ b/lib/implugin.php @@ -586,7 +586,9 @@ abstract class ImPlugin extends Plugin function onGetImTransports(&$transports) { - $transports[$this->transport] = array('display' => $this->getDisplayName()); + $transports[$this->transport] = array( + 'display' => $this->getDisplayName(), + 'daemon_screenname' => $this->daemon_screenname()); } function onSendImConfirmationCode($transport, $screenname, $code, $user) |