version blank

These are old archives. They are kept for historic purposes only.
Post Reply
cculha
Posts: 79
Joined: Tue Sep 13, 2005 1:16 am

version blank

Post by cculha »

Hi. In my server a lot of bots are attacking. their version reply is : [11:11] [asd VERSION reply]:


i can not ban them with using ban version block in unrealircd.conf

how can we ban the blank versions with ban version block. what must i write into.

i tried mask ""; and mask " "; but they don't work.

please help thank you.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Simple answer is you cant ban blank version replies. Also the ban version block is ineffective where the client does not send a CTCP version reply at all as well.

I dont know how you'd do it but you could use a bot to request the CTCP version reply and have it detect blank replies and take appropriate actions.
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

ive made a addon for mirc that detected blank version replies,
it simply looked for if ($2 == $null || (!$2)) { }

i dont however think its blank, i wouldnt be suprised if there is a space or if there is a control code in there, otherwise the client would return a error when compiled (would it?)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
Post Reply