Search found 7 matches
- Fri Apr 01, 2005 7:51 am
- Forum: Unreal 3.2 Modules
- Topic: Changing NICK programmatically
- Replies: 12
- Views: 12504
That couldn't be more wrong! The IRCd makes no differentiation between a server and a user. They are both clients. sptr means "sender pointer" cptr means "client pointer" and there is no aptr, it's acptr which means "affected client pointer." NOTHING says that any particular one must be a server ...
- Fri Apr 01, 2005 3:39 am
- Forum: Unreal 3.2 Modules
- Topic: Request: idle bot module
- Replies: 16
- Views: 16035
- Fri Apr 01, 2005 12:05 am
- Forum: Unreal 3.2 Modules
- Topic: Changing NICK programmatically
- Replies: 12
- Views: 12504
- Thu Mar 31, 2005 5:01 pm
- Forum: Unreal 3.2 Modules
- Topic: Changing NICK programmatically
- Replies: 12
- Views: 12504
- Wed Mar 30, 2005 12:41 am
- Forum: Unreal 3.2 Modules
- Topic: Changing NICK programmatically
- Replies: 12
- Views: 12504
- Tue Mar 29, 2005 9:00 pm
- Forum: Unreal 3.2 Modules
- Topic: Changing NICK programmatically
- Replies: 12
- Views: 12504
Changing NICK programmatically
I'm looking for some pointers on how to change a NICK from a module.
I'm using the IRC server in a single host environment pretty much for a chat room. When someone logs in (via the HOOK for local pre connection), I look up their user info in a db4 file and authenticate them. Once piece of info in ...
I'm using the IRC server in a single host environment pretty much for a chat room. When someone logs in (via the HOOK for local pre connection), I look up their user info in a db4 file and authenticate them. Once piece of info in ...
- Tue Mar 29, 2005 6:29 am
- Forum: Unreal 3.2 Modules
- Topic: Config/Makefile changes - how do I link a library?
- Replies: 1
- Views: 2685
Config/Makefile changes - how do I link a library?
Hello, I am trying to write my own module. The one thing I am not sure about is how do I add a system library to the link stage?
Basically, I am writing a module that uses the 'db' (Berkeley DB) so I need to add a '-ldb'.
At first, I modified the Makefile at the top level directory, added '-ldb ...
Basically, I am writing a module that uses the 'db' (Berkeley DB) so I need to add a '-ldb'.
At first, I modified the Makefile at the top level directory, added '-ldb ...