Language:
None specified     Change language:
Pastebin: 132522
Author: Anonymous
Subject: Untitled
Created: 2010-02-04 02:39:04
Download and save
Toggle line numbers
1function JerList_Remove_Ignore(event, name) 
2--removes an ignored person from JerkList 
3 
4   for i=0, #JLIgnoreList  do 
5                if (JLIgnoreList[1] == string.sub(name, 4)) then 
6                         JLIgnoreList.remove(string.sub(i, 4)); 
7                end 
8           end 
9 
10end 
Thread:
[132522] Untitled by Anonymous at 2010-02-04 02:39:04
Tip: Click the line numbers to toggle highliting on that line.

Paste followup:

Language:
Author:
Subject:


    Tabstop:     bigger biggest
Note: You can prefix a line with "@@@" to highlight it.