Skip to content

Commit ae5fd47

Browse files
author
samp-incognito
committed
Update CHANGES.md and irc.inc
1 parent db6766d commit ae5fd47

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ v1.4.8
55
------
66

77
- Fixed server password SSL connection bug
8+
- Update: Fixed const correctness issues in include file (thanks
9+
spacemud)
810

911
v1.4.7
1012
------

irc.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <a_samp>
1818

19-
// Enumerator
19+
// Enum
2020

2121
enum
2222
{
@@ -78,7 +78,7 @@ forward IRC_OnUserReplyCTCP(botid, const user[], const host[], const message[]);
7878
forward IRC_OnReceiveNumeric(botid, numeric, const message[]);
7979
forward IRC_OnReceiveRaw(botid, const message[]);
8080

81-
// Stock Functions
81+
// Helper Functions
8282

8383
stock IRC_IsVoice(botid, const channel[], const user[])
8484
{

0 commit comments

Comments
 (0)