diff --git a/lib/client.js b/lib/client.js
index 48ff69d..f77122f 100644
--- a/lib/client.js
+++ b/lib/client.js
@@ -478,7 +478,7 @@ export default class Client extends EventTarget {
 		}
 
 		var req = { command: "BOUNCER", params: ["LISTNETWORKS"] };
-		return this.fetchBatch(req, "bouncer-networks").then((batch) => {
+		return this.fetchBatch(req, "soju.im/bouncer-networks").then((batch) => {
 			var networks = new Map();
 			for (var msg of batch.messages) {
 				console.assert(msg.command === "BOUNCER" && msg.params[0] === "NETWORK");