Archive > BeBot 0.3 support

SVN Bugs

(1/1)

Temar:
Bug 1
Bio.php
Line 209

--- Code: --- return "##hightlight##QL " . $ql . "##end## " . $this -> bot -> make_item($lowid, $highid, $ql, $type) . " " . $purpose;

--- End code ---
you spelt highlight wrong

Bug 2
User.php
Line 243

--- Code: --- if (preg_match("/^[a-z0-9]+$/i", $name))

--- End code ---

well I'm not sure exactly but isn't this suppose to be like this
(taken from older version)

--- Code: --- if (empty($name))

--- End code ---

Temar:
oh yer for bug 2

--- Quote ---[Leet] Chris05: !member del Chris05
[Leet] Leetboss2: You have to give a character to be deleted.

--- End quote ---

Khalem:
Fixed.

The change from empty() to preg_match was done for security reasons, however the match was reversed.
Exchanged it for ctype_alnum which does the same essentially.

Temar:
i think this is another but

--- Quote ---[Leet] Chris05: !member del Muleleet
[Leet] Leetboss2: Muleleet has been removed from member list.
[Leet] Chris05: !member del Muleleet
[Leet] Leetboss2: Muleleet has been removed from member list.

--- End quote ---
far as i know it does remove but should it be saying somit like is not a member on 2nd 1?

Khalem:
Fixed.

Was not checking if the user level was 0.

Navigation

[0] Message Index

Go to full version