From 31d2de0d9a49b1c773946990eecc3117362ad004 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 14 Apr 2003 07:21:27 +0000 Subject: [PATCH] Added nice 'nicks' attribute. --- test/test.py | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test/test.py b/test/test.py index 909c9d56a..7cf064353 100755 --- a/test/test.py +++ b/test/test.py @@ -50,6 +50,28 @@ fd.close() msgs = [ircmsgs.IrcMsg(s) for s in rawmsgs] +nicks = ['fatjim','scn','moshez','LordVan','MetaCosm','pythong','fishfart', + 'alb','d0rt','jemfinch','StyxAlso','fors','deltab','gd', + 'hellz_hunter','are_j|pub_comp','jason_','dreid','sayke_','winjer', + 'TenOfTen','GoNoVas','queuetue','the|zzz','Hellfried','Therion', + 'shro','DaCa','rexec','polin8','r0ky','aaron_','ironfroggy','eugene', + 'faassen','tirloni','mackstann','Yhg1s','ElBarono','vegai','shang', + 'typo_','kikoforgetme','asqui','TazyTiggy','fab','nixman','liiwi', + 'AdamV','paolo','red_one','_AleX_','lament','jamessan','supybot', + 'macr0_zzz','plaisthos','redghost','disco','mphardy','gt3','mathie', + 'jonez','r0ky-office','tic','d33p','ES3merge','talin','af','flippo', + 'sholden','ameoba','shepherg','j2','Acapnotic','dash','merlin262', + 'Taaus','_moshez','rik','jafo__','blk-majik','JT__','itamar', + 'kermit-','davidmccabe','glyph','jojo','dave_p','goo','hyjinx', + 'SamB','exarkun','drewp','Ragica','skylan','redgore','k3','Ra1stlin', + 'StevenK','carball','h3x','carljm','_jacob','teratorn','frangen', + 'phed','datazone','Yaggo','acct_','nowhere','pyn','ThomasWaldmann', + 'dunker','pilotLight','brainless','LoganH_','jmpnz','steinn', + 'EliasREC','lowks__','OldSmrf','Mad77','snibril','delta','psy', + 'skimpIzu','Kengur','MoonFallen','kotkis','Hyperi'] + +nicks += [msg.nick for msg in msgs if msg.nick] + def getMsgs(command): return [msg for msg in msgs if msg.command == command]