mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.ml
Date: Thu, 06 Oct 2005 08:54:36 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.93 
mldonkey/src/daemon/driver/driverCommands.ml:1.94
--- mldonkey/src/daemon/driver/driverCommands.ml:1.93   Mon Sep 19 10:10:17 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Thu Oct  6 12:54:35 2005
@@ -679,6 +679,22 @@
           _s "Only 'admin' is allowed to do that"
     ), ":\t\t\t\t\tprint users";
 
+    "whoami", Arg_none (fun o ->
+        let buf = o.conn_buf in
+       let whoami = o.conn_user.ui_user_name in
+        if o.conn_output = HTML then
+          begin
+            Printf.bprintf buf "\\<div class=\\\"cs\\\"\\>";
+            html_mods_table_header buf "versionTable" "results" [];
+            Printf.bprintf buf "\\<tr\\>";
+            html_mods_td buf [ ("", "srh", whoami); ];
+            Printf.bprintf buf "\\</tr\\>\\</table\\>\\</div\\>\\</div\\>";
+          end
+        else
+            Printf.bprintf buf "%s" whoami;
+        ""
+    ), ":\t\t\t\tPrint logged-in user name";
+
     "calendar_add", Arg_two (fun hour action o ->
         calendar =:= ([0;1;2;3;4;5;6;7], [int_of_string hour], action)
         :: !!calendar;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]