MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / activate

Method activate

src/main/java/PrivacyLists/PrivacyList.java:75–80  ·  view source on GitHub ↗
(String atr)

Source from the content-addressed store, hash-verified

73 }
74
75 public void activate(String atr) {
76 JabberDataBlock a=new JabberDataBlock(atr);
77 if (atr != null)
78 a.setAttribute("name", name);
79 privacyListRq(true, a, "plset");
80 }
81}
82
83//#endif

Callers 3

menuActionMethod · 0.80
cmdOkMethod · 0.80
blockArrivedMethod · 0.80

Calls 2

setAttributeMethod · 0.95
privacyListRqMethod · 0.95

Tested by

no test coverage detected