Jump to content
Mumble forums

[Solved] Mumble 1.2.8 root channel name


Owned67
 Share

Recommended Posts

Hello,


i can't modify channel 'Root' with SuperUser or Admin Full.


I have try, server has been stopped:

sqlite3 "murmur.sqlite" "Drop table channels"
sqlite3 "murmur.sqlite" "CREATE TABLE 'channels' ('server_id' INTEGER NOT NULL, 'channel_id' INTEGER NOT NULL, 'parent_id' INTEGER, 'name' TEXT, 'inheritacl' INTEGER);"
sqlite3 "murmur.sqlite" "INSERT INTO channels VALUES(1,0,NULL,'TEST',NULL);"

 

start server and channel is always named root...


See:

ScreenShot


Edit: Solved, sorry (registerName)


Cheers,

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...