We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3e1a2 commit ab11c7fCopy full SHA for ab11c7f
examples/renameInstance.php
@@ -0,0 +1,9 @@
1
+<?php
2
+include("sinusbot.class.php");
3
+$sinusbot = new SinusBot("127.0.0.1", 8087);
4
+$sinusbot->login("admin", "foobar");
5
+
6
+$daten = array();
7
+$daten["nick"] = "Neuer Nickname";
8
+$sinusbot->editSettings($daten, "6421eedc-9705-4706-a269-cf6f38fa1a33");
9
+?>
0 commit comments