Prechádzať zdrojové kódy

Adding example values

ozzy2345 13 rokov pred
rodič
commit
ca74f19886
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      run.py

+ 4 - 4
run.py

@@ -15,16 +15,16 @@ USERNAME = "serveradmin"
 PASSWORD = ""
 
 # Displayname. Name visibible to the users
-DISPLAYNAME = "Plauderecken-Bot"
+DISPLAYNAME = ""
 
 # The ID of the virtual server to run on
 SID = 1
 
-# Which channels should be treated as the original channels
-CHANNELLIST = [151, 152, 153]
+# Which channels should be treated as the original channels (Channel ids)
+CHANNELLIST = [1, 2, 3]
 
 # Channel ID of the parent channel. Created channels are children of this
-CPID = 54
+CPID = 1
 
 #########################################################################