소스 검색

Adding example values

ozzy2345 13 년 전
부모
커밋
ca74f19886
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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
 
 #########################################################################