Closed Bug 116803 Opened 23 years ago Closed 21 years ago

notify list not saved

Categories

(Other Applications :: ChatZilla, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: erdeve01, Assigned: rginda)

References

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.7) Gecko/20011222
BuildID:    2001122123

i can make a notify list. But when i leave the programm the list is not saved
and i must recreate the list

Reproducible: Always
Steps to Reproduce:
1.make notify list
2.leave programm
3. restart programm...list empty again

Actual Results:  empty list

Expected Results:  save the notify list.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: OS/2 → All
Hardware: Other → All
WFM: 2003041411-trunk/Linux

Stalk words list is saved.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
This is not about stalk, see /help notify :-)
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
I saw what "notify list" is.

BTW, notify doesn't work at all now. "e.params[1]" in my_303() should be
"e.params[2]".

--- chatzilla.orig/content/chatzilla/handlers.js	2003-04-14 17:32:41.000000000 +0900
+++ chatzilla/content/chatzilla/handlers.js	2003-04-16 06:07:33.000000000 +0900
@@ -2688,7 +2688,7 @@
 CIRCNetwork.prototype.on303 = /* ISON (aka notify) reply */
 function my_303 (e)
 {
-    var onList = stringTrim(e.params[1].toLowerCase()).split(/\s+/);
+    var onList = stringTrim(e.params[2].toLowerCase()).split(/\s+/);
     var offList = new Array();
     var newArrivals = new Array();
     var newDepartures = new Array();
This bug depends on bug 27807, because notify list should be saved
for network.
Depends on: 27807
Depends on: 229545
Chatzilla 0.9.54 is now available and has landed on the trunk (cvs). This should
have resolved this bug; if it has not, please reopen it.
Status: REOPENED → RESOLVED
Closed: 21 years ago21 years ago
Resolution: --- → FIXED
Product: Core → Other Applications
You need to log in before you can comment on or make changes to this bug.